Skip to content

Commit 6f3643b

Browse files
committed
Remove the BROWSE title
It's not required. Yes, stuff looks a little bit empty - but the title over here really serves no purpose. Also, it's a bit confusing when coming in from the hero animation for the List Tile's title to become "BROWSE". I do wish there was an easy way to inform the user that they can swipe left/right in order to move between notes.
1 parent b6b49e8 commit 6f3643b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/screens/journal_browsing.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class JournalBrowsingScreenState extends State<JournalBrowsingScreen> {
5252

5353
return Scaffold(
5454
appBar: AppBar(
55-
title: const Text('BROWSE'),
5655
actions: <Widget>[
5756
IconButton(
5857
icon: Icon(Icons.delete),

0 commit comments

Comments
 (0)