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

Commit 318b38d8 authored by Joanne Chung's avatar Joanne Chung
Browse files

Enable system selection toolbar

Bug: 219664390
Test: manual. Clear flags and the system toobar is enabled by
default.

Change-Id: Ifa0af8a6035cce56d7ba60823c860f99a4922731
parent 4a300e64
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, false);
                REMOTE_SELECTION_TOOLBAR_ENABLED, true);
    }

    /**