Syncing issue fixed v2

This commit is contained in:
Sewmina
2022-03-20 07:19:31 +05:30
parent b09d74bba3
commit 211e1b70b4
3 changed files with 40 additions and 19 deletions

View File

@@ -176,10 +176,10 @@ class _MyHomePageState extends State<MyHomePage> {
refreshSub = User.refreshStream.stream.listen((value) {
print("Streaming refresh : $value");
if(value){
// Dialogs.waiting("Syncing...");
Dialogs.waiting("Syncing...");
print("Opening progress dialog");
}else{
// Dialogs.hide();
Dialogs.hide();
print("Closing progress dialog");
}
});