Syncing issue fixed v2
This commit is contained in:
@@ -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");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user