chore: Update dependencies

This commit is contained in:
Dependency Update Bot 2021-12-13 08:02:34 +00:00 committed by Christian Pauly
commit f8512071cd
4 changed files with 145 additions and 105 deletions

View file

@ -505,7 +505,6 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
AdaptiveTheme.of(context).setTheme(
light: FluffyThemes.light,
dark: FluffyThemes.dark,
isDefault: true,
);
}
});