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

Commit 1de7a331 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Always use non-solid action bar theme.

Change-Id: I1fa004b7c34aac424ac9ff9c4d743410e25f5068
parent e2afc0f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ public class Settings extends PreferenceActivity implements ButtonBarHandler {
                PowerUsageSummary.class.getName().equals(fragmentName) ||
                AccountSyncSettings.class.getName().equals(fragmentName) ||
                UserDictionarySettings.class.getName().equals(fragmentName)) {
            intent.putExtra(EXTRA_THEME, android.R.style.Theme_Holo_SolidActionBar);
            intent.putExtra(EXTRA_THEME, android.R.style.Theme_Holo);
        }

        intent.setClass(this, SubSettings.class);