Skip to content
Snippets Groups Projects
Commit e8159f94 authored by Leon Tappe's avatar Leon Tappe 🔥
Browse files

also hide color circle with when unverified

parent 423dc56f
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ class _HomePageState extends State<HomePage> {
return const SizedBox(width: 0.0, height: 0.0);
},
),
if (state != VerificationState.noTicket && state != VerificationState.error)
if (state != VerificationState.noTicket && state != VerificationState.error && state != VerificationState.unverified)
Expanded(
child: Padding(
padding: const EdgeInsets.all(16.0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment