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

Commit eb486d48 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Do not block ambient mode IPC

This can happen asynchronously, blocking may lower
frame rate.

Bug: 70857288
Test: press power button, look at AoD wallpaper
Change-Id: I453082adc0d5f58eb8e7cbf7663fca0cd0183075
parent c9cbc3e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,5 +159,5 @@ interface IWallpaperManager {
    /**
     * Called from SystemUI when it shows the AoD UI.
     */
    void setInAmbientMode(boolean inAmbientMode, boolean animated);
    oneway void setInAmbientMode(boolean inAmbientMode, boolean animated);
}