mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 12:28:40 +00:00
fix #233
This commit is contained in:
parent
9115d5be74
commit
f33aa673f8
1 changed files with 0 additions and 5 deletions
|
|
@ -162,11 +162,6 @@ class _AppMainWidgetState extends State<AppMainWidget> {
|
|||
FutureBuilder<bool>(
|
||||
future: userCreated,
|
||||
builder: (context, snapshot) {
|
||||
return OnboardingView(
|
||||
callbackOnSuccess: () => setState(() {
|
||||
showOnboarding = false;
|
||||
}),
|
||||
);
|
||||
if (!snapshot.hasData) {
|
||||
return Center(child: Container());
|
||||
} else if (snapshot.data!) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue