fix key event

This commit is contained in:
csf
2022-05-07 18:04:00 +08:00
parent 368f4eb69e
commit 25187c8341
4 changed files with 140 additions and 469 deletions

View File

@@ -213,6 +213,10 @@ class _PermissionCheckerState extends State<PermissionChecker> {
"* ${translate("android_version_audio_tip")}",
style: TextStyle(color: MyTheme.darkGray),
),
Text(
"DEBUG:VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR",
style: TextStyle(color: MyTheme.darkGray),
),
SizedBox(height: 8),
Row(
crossAxisAlignment: CrossAxisAlignment.center,