Always show all profiles

This commit is contained in:
MM20
2024-07-19 23:02:12 +02:00
parent 952225ca12
commit c3bafb7fb9
3 changed files with 3 additions and 3 deletions
@@ -141,8 +141,10 @@ internal data class LauncherApp(
options
)
} catch (e: SecurityException) {
Log.e("MM20", "Could not launch app", e)
return false
} catch (e: ActivityNotFoundException) {
Log.e("MM20", "Could not launch app", e)
return false
}
return true