Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c606d953 authored by kaiyiz's avatar kaiyiz Committed by cretin45
Browse files

Gallery2: Displayed titles in ActionBar during video playback

There is no displayed titles in ActionBar during video playback

Add the ActionBar Flag to displayed titles in ActionBar during video playback

CRs-Fixed: 758779

Change-Id: I24da392c0dd64b8f1c520bfe75c90f38088c612a
parent 7be87f77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -253,8 +253,8 @@ public class MovieActivity extends Activity {
        }
        setActionBarLogoFromIntent(intent);
        actionBar.setDisplayOptions(
                ActionBar.DISPLAY_HOME_AS_UP,
                ActionBar.DISPLAY_HOME_AS_UP);
                ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_TITLE,
                ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_SHOW_TITLE);

        String title = intent.getStringExtra(Intent.EXTRA_TITLE);
        if (title != null) {