mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 14: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>(
|
FutureBuilder<bool>(
|
||||||
future: userCreated,
|
future: userCreated,
|
||||||
builder: (context, snapshot) {
|
builder: (context, snapshot) {
|
||||||
return OnboardingView(
|
|
||||||
callbackOnSuccess: () => setState(() {
|
|
||||||
showOnboarding = false;
|
|
||||||
}),
|
|
||||||
);
|
|
||||||
if (!snapshot.hasData) {
|
if (!snapshot.hasData) {
|
||||||
return Center(child: Container());
|
return Center(child: Container());
|
||||||
} else if (snapshot.data!) {
|
} else if (snapshot.data!) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue