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

Commit bf41e896 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable system toolbar feature" into tm-dev

parents 3b1b0a0c 7f357d45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ public final class SelectionToolbarManager {

    private boolean isRemoteSelectionToolbarEnabled() {
        return DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_SELECTION_TOOLBAR,
                REMOTE_SELECTION_TOOLBAR_ENABLED, true);
                REMOTE_SELECTION_TOOLBAR_ENABLED, false);
    }

    /**