Loading app/src/main/java/app/fedilab/android/activities/MediaActivity.java +3 −3 Original line number Diff line number Diff line Loading @@ -495,7 +495,7 @@ public class MediaActivity extends BaseTransparentActivity implements OnDownload // except for the ones that make the content appear under the system bars. private void showSystemUI() { View decorView = getWindow().getDecorView(); decorView.setSystemUiVisibility( decorView.setSystemUiVisibility(flags | View.SYSTEM_UI_FLAG_LAYOUT_STABLE | View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN); Loading Loading
app/src/main/java/app/fedilab/android/activities/MediaActivity.java +3 −3 Original line number Diff line number Diff line Loading @@ -495,7 +495,7 @@ public class MediaActivity extends BaseTransparentActivity implements OnDownload // except for the ones that make the content appear under the system bars. private void showSystemUI() { View decorView = getWindow().getDecorView(); decorView.setSystemUiVisibility( decorView.setSystemUiVisibility(flags | View.SYSTEM_UI_FLAG_LAYOUT_STABLE | View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN); Loading