article images pager: hide actionbar if fullscreen

This commit is contained in:
Andrew Dolgov 2014-10-29 19:53:13 +03:00
parent f04ba8a47f
commit d311118ca4

View File

@ -199,6 +199,7 @@ public class ArticleImagesPagerActivity extends CommonActivity {
if (m_prefs.getBoolean("full_screen_mode", false)) {
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN);
getSupportActionBar().hide();
}
}