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

Commit 6632ad37 authored by Paul Keith's avatar Paul Keith
Browse files

TunerServiceImpl: Add another key to blacklist

Change-Id: Ic0ca15363a624dae2f733592fe1ee12218f64db2
parent ce5f58b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ public class NavigationBarView extends FrameLayout implements PluginListener<Nav
    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
@@ -38,6 +38,7 @@ import com.android.systemui.Dependency;
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.StatusBar;
import com.android.systemui.statusbar.phone.StatusBarIconController;
@@ -62,6 +63,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,