mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-03-18 12:10:06 +01:00
removing one of the new checks
This commit is contained in:
parent
2d46888cb1
commit
327656af9a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user