Always show all profiles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user