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

Commit 4385f6b

Browse files
lower version
1 parent 569de83 commit 4385f6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,10 @@ 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.
519+
// 3.0.24.96 still has this bug.
519520
// TODO(LongCatIsLooong): Find the minimum version that has the fix.
520-
return versionCode < 333183070;
521+
return versionCode < 332333999;
521522
}
522523

523524
@VisibleForTesting

0 commit comments

Comments
 (0)