parent
0b5ba802db
commit
6d96d3ae8f
@ -19,6 +19,7 @@ import de.mm20.launcher2.ktx.getSerialNumber
|
|||||||
import de.mm20.launcher2.ktx.isAtLeastApiLevel
|
import de.mm20.launcher2.ktx.isAtLeastApiLevel
|
||||||
import kotlinx.coroutines.Dispatchers
|
import kotlinx.coroutines.Dispatchers
|
||||||
import kotlinx.coroutines.withContext
|
import kotlinx.coroutines.withContext
|
||||||
|
import java.lang.NullPointerException
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a modern (Android O+) launcher shortcut
|
* Represents a modern (Android O+) launcher shortcut
|
||||||
@ -105,6 +106,9 @@ data class LauncherShortcut(
|
|||||||
} catch (e: SecurityException) {
|
} catch (e: SecurityException) {
|
||||||
CrashReporter.logException(e)
|
CrashReporter.logException(e)
|
||||||
null
|
null
|
||||||
|
} catch (e: NullPointerException) {
|
||||||
|
CrashReporter.logException(e)
|
||||||
|
null
|
||||||
}
|
}
|
||||||
} ?: return null
|
} ?: return null
|
||||||
if (icon is AdaptiveIconDrawable) {
|
if (icon is AdaptiveIconDrawable) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user