mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Nullify taskbar hotseatView tag when the cell is empty
This ensures that a removed view becomes invisible. Test: turn off hotseat suggestions, drag an item out and verify it's removed from taskbar as well Bug: 179886115 Bug: 171917176 Change-Id: Iec509c2f0c420cee6f86feb293419bb2249a8dc4
This commit is contained in:
@@ -192,6 +192,7 @@ public class TaskbarView extends LinearLayout implements FolderIcon.FolderIconPa
|
||||
} else {
|
||||
hotseatView.setOnClickListener(null);
|
||||
hotseatView.setOnLongClickListener(null);
|
||||
hotseatView.setTag(null);
|
||||
}
|
||||
updateHotseatItemVisibility(hotseatView);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user