remove dup Accessibility-Input solution;fix audio crash

This commit is contained in:
csf
2022-04-19 17:53:35 +08:00
parent 56e195b018
commit 11a1b12fe7
8 changed files with 20 additions and 46 deletions

View File

@@ -20,9 +20,6 @@ class SettingsPage extends StatefulWidget implements PageShape {
@override
final appBarActions = [ScanButton()];
@override
final scrollController = null;
@override
_SettingsState createState() => _SettingsState();
}