update sending indicator

This commit is contained in:
Salvatore Giordano
2020-06-16 17:22:26 +02:00
parent 3c779b6e34
commit 5b5c390c82
5 changed files with 24 additions and 51 deletions
+1
View File
@@ -90,6 +90,7 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
// debugShowMaterialGrid: true,
theme: ThemeData.light(),
darkTheme: ThemeData.dark(),
themeMode: ThemeMode.system,