mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-04-05 22:01:02 +02: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) {
|
fun showHomeIconMenu(x: Float, y: Float, gridItem: HomeScreenGridItem, isOnAllAppsFragment: Boolean) {
|
||||||
if (isAllAppsFragmentExpanded()) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
home_screen_grid.hideResizeLines()
|
home_screen_grid.hideResizeLines()
|
||||||
mLongPressedIcon = gridItem
|
mLongPressedIcon = gridItem
|
||||||
val anchorY = if (isOnAllAppsFragment || gridItem.type == ITEM_TYPE_WIDGET) {
|
val anchorY = if (isOnAllAppsFragment || gridItem.type == ITEM_TYPE_WIDGET) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user