article images pager: hide actionbar if fullscreen
This commit is contained in:
parent
f04ba8a47f
commit
d311118ca4
@ -199,6 +199,7 @@ public class ArticleImagesPagerActivity extends CommonActivity {
|
|||||||
if (m_prefs.getBoolean("full_screen_mode", false)) {
|
if (m_prefs.getBoolean("full_screen_mode", false)) {
|
||||||
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
|
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
|
||||||
WindowManager.LayoutParams.FLAG_FULLSCREEN);
|
WindowManager.LayoutParams.FLAG_FULLSCREEN);
|
||||||
|
getSupportActionBar().hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user