Sadaqat Ali

Results 11 comments of Sadaqat Ali

When we set schedule date on ececny web it saves schedule successfully but when we fetch it on ececny mobile it doesn't return schedule data in meta. It should be...

Removed schedule info from meta and other code related to it which was done in some past [PR](https://github.com/ecency/ecency-mobile/pull/2356/commits/31ee6ef52fe72a00412bded6d860731148c94816#diff-dc85daf1859ed31aa72bfb8377a211eb6b311d04480caa009a9953b5b319b8aa) Refer commits: https://github.com/ecency/ecency-mobile/pull/2425/commits/0c6c7d09ad070402931ef5b7a77ae5bcaf44617b https://github.com/ecency/ecency-mobile/pull/2425/commits/a23b1678ddd7bbef1fe659adeee5f58c42bf90d7 https://github.com/ecency/ecency-mobile/pull/2425/commits/05eeda6193888ead73d6f67a63e47526c06ac7ef

this bug is fixed here https://github.com/ecency/ecency-mobile/pull/2227

@noumantahir I was unable to reproduce the bug. Tetsed it by joining many groups and never faced any single failure. It could be possible the isue was a temporary or...

This bug is not reproduceable at the moment and got no other complaint as well. Moving it to blocked

@noumantahir here is some workaround which I found on issues page of react-native-portalize. Seems like the cursor jumping inside portal is a known issue. That is due to state update...

Landscape is not currently supported on ecency mobile app. This bug is also mentioned here https://github.com/ecency/ecency-mobile/issues/2093.

@noumantahir I had tried to fix the require cycle but it would require lot of careful refactoring to fix these warnings. Most of the issue are coming from components imports...

> @aliseyalvi yes we should for now add them into whitelist as these require cycles have existing from the start and should not cause serious problems for use. > >...