Skip to content

Commit 5c635a5

Browse files
committed
fix: crash when toggling quick tile on Android 14 fixed
1 parent 219b7d0 commit 5c635a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/me/timschneeberger/rootlessjamesdsp/service/QuickTileService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class QuickTileService : TileService(),
8686

8787
// If projection permission request needs to be shown, collapse status bar
8888
if (isRootless() && app.mediaProjectionStartIntent == null && !hasProjectMediaAppOp() && !SdkCheck.isVanillaIceCream) {
89-
if(SdkCheck.isVanillaIceCream)
89+
if(SdkCheck.isUpsideDownCake)
9090
startActivityAndCollapse(pending)
9191
else
9292
startActivityAndCollapse(intent)

0 commit comments

Comments
 (0)