removing one of the new checks

This commit is contained in:
tibbi 2022-10-02 23:22:40 +02:00
parent 2d46888cb1
commit 327656af9a
1 changed files with 0 additions and 4 deletions

View File

@ -309,10 +309,6 @@ class MainActivity : SimpleActivity(), FlingListener {
}
fun showHomeIconMenu(x: Float, y: Float, gridItem: HomeScreenGridItem, isOnAllAppsFragment: Boolean) {
if (isAllAppsFragmentExpanded()) {
return
}
home_screen_grid.hideResizeLines()
mLongPressedIcon = gridItem
val anchorY = if (isOnAllAppsFragment || gridItem.type == ITEM_TYPE_WIDGET) {