fix ui bug in settings
This commit is contained in:
@@ -77,7 +77,7 @@ class _SettingsState extends State<Settings> {
|
|||||||
if (snapshot.connectionState == ConnectionState.done) {
|
if (snapshot.connectionState == ConnectionState.done) {
|
||||||
return Text(snapshot.data ?? "");
|
return Text(snapshot.data ?? "");
|
||||||
} else {
|
} else {
|
||||||
return const CircularProgressIndicator();
|
return const Text("");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user