DiscordTime / sticky-sessions-android

StickySessions is an app that helps teams to share and store their thoughts through digital-like retrospective sessions
9 stars 6 forks source link

Fix the screen orientation for portrait #177

Closed victorrattis closed 5 years ago

victorrattis commented 5 years ago

There are activities that are not set as portrait and the app layout does not work in landscape and the app screens must be fixed in portrait.

For that, add screen orientation for all the app activities and add user-feature "android.hardware.screen.portrait" for info that the app work in portrait only.

fixed: #176