message caching #326

Merged
sarah merged 6 commits from cache into trunk 2022-01-20 21:22:50 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e7b9f5bb96 - Show all commits

View File

@ -68,4 +68,4 @@ class AppState extends ChangeNotifier {
}
bool isLandscape(BuildContext c) => MediaQuery.of(c).size.width > MediaQuery.of(c).size.height;
}
}