fix: Minor apl bugs
This commit is contained in:
parent
40542d0364
commit
d7cdd5b35d
22 changed files with 170 additions and 135 deletions
|
|
@ -70,7 +70,7 @@ class _SignUpState extends State<SignUp> {
|
|||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
elevation: 0,
|
||||
leading: loading ? Container() : null,
|
||||
leading: loading ? Container() : BackButton(),
|
||||
title: Text(
|
||||
Matrix.of(context)
|
||||
.client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue