fix: Restore Log import in AppDialogs

Restored the  import in  to fix an "Unresolved reference 'Log'" error that was introduced by a previous commit.
This commit is contained in:
2025-11-06 15:42:10 +01:00
parent 28cc1313b4
commit fd04f9b5d9

View File

@@ -32,6 +32,7 @@ import de.lxtools.noteshop.ui.LockMethod
import de.lxtools.noteshop.ui.shopping.ShoppingListsViewModel
import de.lxtools.noteshop.ui.StartupPasswordDialog
import kotlinx.coroutines.launch
import android.util.Log
import androidx.compose.ui.platform.LocalContext
import de.lxtools.noteshop.findActivity