You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would strongly suggest to make app only support portrait because of 2 reasons.
I don't see much use with landscape mode. This is a typical content (mostly lists based screen) heavy app which works perfectly with portrait mode
We can save ourselves from a lot of problems related to retaining state when screen is rotated. State Management in Android is not an easy thing. There are solutions possible of course but always adds an additional overhead. Considering our situation its efficient to reduce potential problems.
P.S: Currently app crashes on Services tab and you try to move from portrait -> landscape -> come back to portrait which is caused by NullPointerException in MainActivity:122. We should definitely fix this problem but also disable landscape mode.
I can handle it or even shahzaib can handle it. not a big deal!
The text was updated successfully, but these errors were encountered:
I would strongly suggest to make app only support
portrait
because of 2 reasons.P.S: Currently app crashes on
Services
tab and you try to move from portrait -> landscape -> come back to portrait which is caused byNullPointerException
inMainActivity:122
. We should definitely fix this problem but also disable landscape mode.I can handle it or even shahzaib can handle it. not a big deal!
The text was updated successfully, but these errors were encountered: