mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Real fix for the white rectangle on the startup screen.
This commit is contained in:
@@ -111,7 +111,9 @@ public final class StartScreenActivity extends FragmentActivity implements OnNew
|
||||
ui_visible = !ui_visible;
|
||||
int visibility = ui_visible ? View.VISIBLE : View.GONE;
|
||||
if (tv != null) tv.setVisibility(visibility);
|
||||
if (development_version != null) development_version.setVisibility(visibility);
|
||||
if (!AndorsTrailApplication.IS_RELEASE_VERSION) {
|
||||
if (development_version != null) development_version.setVisibility(visibility);
|
||||
}
|
||||
if (currentFragment != null) {
|
||||
if (ui_visible) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user