Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1c026f4

Browse files
lower version
1 parent 569de83 commit 1c026f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shell/platform/android/io/flutter/plugin/editing/TextInputPlugin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,9 @@ private boolean isRestartAlwaysRequired() {
515515
return false;
516516
}
517517

518-
// 3.3.31.83 is a known version that's free of the aforementioned bug.
518+
// 3.3.23.33 is a known version that's free of the aforementioned bug.
519519
// TODO(LongCatIsLooong): Find the minimum version that has the fix.
520-
return versionCode < 333183070;
520+
return versionCode < 332333999;
521521
}
522522

523523
@VisibleForTesting

0 commit comments

Comments
 (0)