Skip to content

Commit c384847

Browse files
committed
wip squash? plain AppBar where isLoading always false
1 parent 69e19aa commit c384847

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/widgets/app.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,9 @@ class ChooseAccountPage extends StatelessWidget {
180180
assert(!PerAccountStoreWidget.debugExistsOf(context));
181181
final globalStore = GlobalStoreWidget.of(context);
182182
return Scaffold(
183-
appBar: ZulipAppBar(
183+
appBar: AppBar(
184184
title: Text(zulipLocalizations.chooseAccountPageTitle),
185-
actions: const [ChooseAccountPageOverflowButton()],
186-
isLoading: false),
185+
actions: const [ChooseAccountPageOverflowButton()]),
187186
body: SafeArea(
188187
minimum: const EdgeInsets.fromLTRB(8, 0, 8, 8),
189188
child: Center(

0 commit comments

Comments
 (0)