remove log statement

This commit is contained in:
MM20
2026-02-23 21:38:21 +01:00
parent 4e41859ae2
commit f281efb5d7

View File

@@ -1,7 +1,6 @@
package de.mm20.launcher2.ui.launcher.scaffold
import android.app.WallpaperManager
import android.util.Log
import android.view.animation.PathInterpolator
import androidx.activity.compose.LocalActivity
import androidx.activity.compose.PredictiveBackHandler
@@ -1036,7 +1035,6 @@ internal class LauncherScaffoldState(
}
suspend fun reset() {
Log.d("MM20", "reset was called!!!")
isSearchBarFocused = false
currentOffset = Offset.Zero
currentZOffset = 0f