We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.IllegalArgumentException: width and height must be > 0
Device info: api: 29 brand: vivo model: V2029 ram: 3882827776 Version: 2022.0.0 (code: 69)
at: android.graphics.Bitmap.createBitmap(Bitmap.java:1139) at: android.graphics.Bitmap.createBitmap(Bitmap.java:1106) at: android.graphics.Bitmap.createBitmap(Bitmap.java:1056) at: android.graphics.Bitmap.createBitmap(Bitmap.java:1017) at: posidon.android.conveniencelib.drawable.MaskedDrawable.(MaskedDrawable.kt:22) at: posidon.launcher.tools.theme.Icons.generateAdaptiveIcon-_S-J3MQ(Icons.kt:88) at: posidon.launcher.tools.theme.Icons.generateAdaptiveIcon-_S-J3MQ$default(Icons.kt:28) at: posidon.launcher.items.users.AppCollection.modifyIcon(AppCollection.kt:103) at: io.posidon.android.launcherutils.appLoading.SimpleAppCollection.modifyIcon(SimpleAppCollection.kt:38) at: io.posidon.android.launcherutils.appLoading.AppLoader.addApp(AppLoader.kt:140) at: io.posidon.android.launcherutils.appLoading.AppLoader.sync(AppLoader.kt:69) at: posidon.launcher.view.drawer.DrawerView$loadApps$$inlined$async$1.invoke(AppLoader.kt:32) at: posidon.launcher.view.drawer.DrawerView$loadApps$$inlined$async$1.invoke(AppLoader.kt:32) at: kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
java.lang.IllegalArgumentException: width and height must be > 0
Device info:
api: 29
brand: vivo
model: V2029
ram: 3882827776
Version: 2022.0.0 (code: 69)
at: android.graphics.Bitmap.createBitmap(Bitmap.java:1139)
at: android.graphics.Bitmap.createBitmap(Bitmap.java:1106)
at: android.graphics.Bitmap.createBitmap(Bitmap.java:1056)
at: android.graphics.Bitmap.createBitmap(Bitmap.java:1017)
at: posidon.android.conveniencelib.drawable.MaskedDrawable.(MaskedDrawable.kt:22)
at: posidon.launcher.tools.theme.Icons.generateAdaptiveIcon-_S-J3MQ(Icons.kt:88)
at: posidon.launcher.tools.theme.Icons.generateAdaptiveIcon-_S-J3MQ$default(Icons.kt:28)
at: posidon.launcher.items.users.AppCollection.modifyIcon(AppCollection.kt:103)
at: io.posidon.android.launcherutils.appLoading.SimpleAppCollection.modifyIcon(SimpleAppCollection.kt:38)
at: io.posidon.android.launcherutils.appLoading.AppLoader.addApp(AppLoader.kt:140)
at: io.posidon.android.launcherutils.appLoading.AppLoader.sync(AppLoader.kt:69)
at: posidon.launcher.view.drawer.DrawerView$loadApps$$inlined$async$1.invoke(AppLoader.kt:32)
at: posidon.launcher.view.drawer.DrawerView$loadApps$$inlined$async$1.invoke(AppLoader.kt:32)
at: kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)
The text was updated successfully, but these errors were encountered: