mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Fixing talk-back folder icon removal regression.
Change-Id: I0b7fff645828d5198500973f1c9ea74f406a1a43
This commit is contained in:
@@ -247,7 +247,7 @@ public class FocusHelper {
|
||||
}
|
||||
} else if (isDeleteKeyChord(e)) {
|
||||
matrix = FocusLogic.createSparseMatrix(iconLayout);
|
||||
launcher.removeItem(v, null, itemInfo, true /* deleteFromDb */);
|
||||
launcher.removeItem(v, itemInfo, true /* deleteFromDb */);
|
||||
} else {
|
||||
// For other KEYCODE_DPAD_LEFT and KEYCODE_DPAD_RIGHT navigation, do not use the
|
||||
// matrix extended with hotseat.
|
||||
@@ -341,7 +341,7 @@ public class FocusHelper {
|
||||
}
|
||||
} else if (isDeleteKeyChord(e)) {
|
||||
matrix = FocusLogic.createSparseMatrix(iconLayout);
|
||||
launcher.removeItem(v, null, itemInfo, true /* deleteFromDb */);
|
||||
launcher.removeItem(v, itemInfo, true /* deleteFromDb */);
|
||||
} else {
|
||||
matrix = FocusLogic.createSparseMatrix(iconLayout);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user