now fills name in login screen
This commit is contained in:
@@ -58,6 +58,7 @@ class _IntroScreenState extends State<IntroScreen> {
|
|||||||
setState(() {
|
setState(() {
|
||||||
ffApiAddress.text = prefs.getString('fotofallenApiAddress') ?? '';
|
ffApiAddress.text = prefs.getString('fotofallenApiAddress') ?? '';
|
||||||
exApiAddress.text = prefs.getString('exkursionenApiAddress') ?? '';
|
exApiAddress.text = prefs.getString('exkursionenApiAddress') ?? '';
|
||||||
|
addresse1C.text = prefs.getString("addresse1") ?? "";
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user