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

Commit e49c07ca authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5652534 from b349bcf5 to qt-release

Change-Id: I93fba0420a70cfa9203d2682b20c59e10863e097
parents 1df7ddfa b349bcf5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -243,12 +243,12 @@ public final class AssistHandleBehaviorController implements AssistHandleCallbac
            return;
        }

        mHandlesShowing = false;
        mHandlesLastHiddenAt = SystemClock.elapsedRealtime();
        ScreenDecorations screenDecorations = mScreenDecorationsSupplier.get();
        if (screenDecorations == null) {
            Log.w(TAG, "Couldn't hide handles, ScreenDecorations unavailable");
        } else {
            mHandlesShowing = false;
            mHandlesLastHiddenAt = SystemClock.elapsedRealtime();
            screenDecorations.setAssistHintVisible(false);
        }
    }