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

Commit 23845ff0 authored by Rafi Ahmad's avatar Rafi Ahmad Committed by android-build-merger
Browse files

Merge "Disable OPA edge flash animation" into qt-dev am: 54057a11

am: 5e3544aa

Change-Id: I872d9d91fb0e13e1389d74f73eaa1da78188ff6e
parents 0c0e5923 5e3544aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3457,7 +3457,7 @@

    <!-- Flag indicating whether the assist disclosure can be disabled using
         ASSIST_DISCLOSURE_ENABLED. -->
    <bool name="config_allowDisablingAssistDisclosure">false</bool>
    <bool name="config_allowDisablingAssistDisclosure">true</bool>

    <!-- True if the device supports system navigation keys. -->
    <bool name="config_supportSystemNavigationKeys">false</bool>
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ public class AssistManager implements ConfigurationChangedReceiver {
    }

    protected boolean shouldShowOrb() {
        return true;
        return false;
    }

    public void startAssist(Bundle args) {