razeware / emitron-Android

Android version of emitron
Apache License 2.0
55 stars 30 forks source link

Fixed a bug where view pager indicators were shown, overlapping with text #275

Closed filbabic closed 4 years ago

filbabic commented 4 years ago

When the "No Subscription" state is being displayed on the LoginScreen, there was an issue where the ViewPager indicators were still shown (not hidden/gone) causing overlaps between it and the text.

I just added the indicators to the layoutLogin ConstraintGroup, forcing it to be hidden, when the "No Subscription" state is being shown.

This fixes #274.