mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-13 09:20:31 -07:00
feat: Properly recognize the current input method
This commit is contained in:
parent
561351dd09
commit
8b9bc04380
7 changed files with 154 additions and 36 deletions
|
|
@ -19,7 +19,6 @@ class MediaQueryScaler extends StatelessWidget {
|
|||
final screenSize = MediaQuery.sizeOf(context) * scale;
|
||||
|
||||
final scaledMedia = mediaQuery.copyWith(
|
||||
navigationMode: NavigationMode.directional,
|
||||
size: screenSize,
|
||||
padding: mediaQuery.padding * scale,
|
||||
viewInsets: mediaQuery.viewInsets * scale,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue