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

Commit d5b8bd78 authored by Paul Keith's avatar Paul Keith Committed by Bruno Martins
Browse files

TunerServiceImpl: Add another key to blacklist

Change-Id: Ic0ca15363a624dae2f733592fe1ee12218f64db2
parent beaf832f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ public class NavigationBarView extends FrameLayout implements
    final static boolean DEBUG = false;
    final static String TAG = "StatusBar/NavBarView";

    private static final String NAVIGATION_BAR_MENU_ARROW_KEYS =
    public static final String NAVIGATION_BAR_MENU_ARROW_KEYS =
            "lineagesystem:" + LineageSettings.System.NAVIGATION_BAR_MENU_ARROW_KEYS;

    // slippery nav bar when everything is disabled, e.g. during setup
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ import com.android.systemui.DemoMode;
import com.android.systemui.qs.QSTileHost;
import com.android.systemui.settings.CurrentUserTracker;
import com.android.systemui.statusbar.phone.ClockController;
import com.android.systemui.statusbar.phone.NavigationBarView;
import com.android.systemui.statusbar.phone.NotificationPanelView;
import com.android.systemui.statusbar.phone.StatusBarIconController;
import com.android.systemui.statusbar.phone.StatusBar;
@@ -71,6 +72,7 @@ public class TunerServiceImpl extends TunerService {
    private static final String[] RESET_BLACKLIST = new String[] {
            Clock.CLOCK_STYLE,
            ClockController.CLOCK_POSITION,
            NavigationBarView.NAVIGATION_BAR_MENU_ARROW_KEYS,
            NotificationPanelView.DOUBLE_TAP_SLEEP_GESTURE,
            NotificationPanelView.STATUS_BAR_QUICK_QS_PULLDOWN,
            QSTileHost.TILES_SETTING,