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

Commit b51b844d authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Stop popping up the compatibility mode dialog all the time."

parents 45803265 319d1e3b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1077,7 +1077,10 @@ public class TabletStatusBar extends StatusBar implements

        mCompatModeButton.refresh();
        if (mCompatModeButton.getVisibility() == View.VISIBLE) {
            if (DEBUG_COMPAT_HELP
                    || ! Prefs.read(mContext).getBoolean(Prefs.SHOWN_COMPAT_MODE_HELP, false)) {
                showCompatibilityHelp();
            }
        } else {
            hideCompatibilityHelp();
            mCompatModePanel.closePanel();