fix: mobile more actions, check version 1.2.7 (#8526)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2024-06-29 11:50:40 +08:00
committed by GitHub
parent a632718e80
commit 1fd170b089
2 changed files with 3 additions and 1 deletions

View File

@@ -1882,7 +1882,7 @@ class _KeyboardMenu extends StatelessWidget {
mobileActions() {
if (pi.platform != kPeerPlatformAndroid) return [];
final enabled = versionCmp(pi.version, '1.2.6') >= 0;
final enabled = versionCmp(pi.version, '1.2.7') >= 0;
if (!enabled) return [];
return [
Divider(),