Skip to content

Commit

Permalink
fix: reduce error log
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Dec 23, 2023
1 parent bccb400 commit 76b8265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ private void processLaunchActivityItem(Object item, Object clientTransaction) th
fAcrIntent.set(acr, realIntent);
}
} catch (NoSuchMethodException e) {
if (Build.VERSION.SDK_INT == 33) {
if (Build.VERSION.SDK_INT >= 33) {
// expected behavior...?!
} else {
throw e;
Expand Down

0 comments on commit 76b8265

Please sign in to comment.