Skip to content

Commit

Permalink
fix: Remove the back button from the Select Account Screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Welsh committed Nov 13, 2024
1 parent ef514c8 commit 3cbe574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/features/dashboard/account_list_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class AccountListScreenState extends ConsumerState<AccountListScreen> {

return Scaffold(
appBar: AppBar(
automaticallyImplyLeading: false,
title: Text(S.of(context).selectAccountTitle),
),
body: mediaQueryHelper.isWideScreen()
Expand Down

0 comments on commit 3cbe574

Please sign in to comment.