You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (inti = 0; i < otherApps.getPreferenceCount(); i++) {
some items in otherApps are not inserted into screen properly due to the nature of looping on a shrinking list with an index loop, instead of a while loop
The text was updated successfully, but these errors were encountered:
Kethen
changed the title
Shortcut-less apps randomly missing from adding shortcut to homescreen
Shortcut-less apps randomly missing from adding shortcut to lock screen
Nov 19, 2021
Kethen
changed the title
Shortcut-less apps randomly missing from adding shortcut to lock screen
Shortcut-less apps randomly missing from adding shortcut to lock screen, v2.9
Nov 19, 2021
android_frameworks_base/packages/SystemUI/src/com/android/systemui/tuner/ShortcutPicker.java
Line 109 in 44ea386
some items in
otherApps
are not inserted intoscreen
properly due to the nature of looping on a shrinking list with an index loop, instead of a while loopsuggested fix:
The text was updated successfully, but these errors were encountered: