From 6f3643bbef4a4ea84dd2c0a0720d9d355c743e79 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 8 Jan 2020 00:03:42 +0100 Subject: [PATCH] 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. --- lib/screens/journal_browsing.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/screens/journal_browsing.dart b/lib/screens/journal_browsing.dart index d1a4e719..fdbb649b 100644 --- a/lib/screens/journal_browsing.dart +++ b/lib/screens/journal_browsing.dart @@ -52,7 +52,6 @@ class JournalBrowsingScreenState extends State { return Scaffold( appBar: AppBar( - title: const Text('BROWSE'), actions: [ IconButton( icon: Icon(Icons.delete),