summaryrefslogtreecommitdiff
path: root/libs/androidfw/StringPool.cpp
diff options
context:
space:
mode:
author Lucas Silva <lusilva@google.com> 2024-11-05 14:34:36 -0500
committer Lucas Silva <lusilva@google.com> 2024-11-05 14:42:33 -0500
commit5a9d75f6a035c046c389bca094f220a623f721e0 (patch)
treeeeb806d8542fd14870aa72f499c7da0a2fdb6c01 /libs/androidfw/StringPool.cpp
parent33942c1e23c3d2deb9f732653f693d36a55fbbf9 (diff)
Fix issue with edit mode being dismissed immediately
When the device is dreaming and the user enters edit mode, it may take some time for the dream to exit. During this time, the EditWidgetsActivity enters a stopped state since the dream is still on top. This can cause the activity to dismiss itself immediately. This change addresses this by: 1. Setting android:turnScreenOn to true for EditWidgetsActivity to ensure it terminates the dream sooner when it starts. 2. Waiting for the dream to finish before considering the activity visible. Fixes: 368208874 Test: manually by setting device lock to "swipe" and entering edit mode while dreaming Flag: EXEMPT bugfix Change-Id: I2a903ddc754fe9db5b4b690fbf04d0bd15b7af71
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions