mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-17 18:49:55 +08:00
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.
This commit is contained in:
@ -52,7 +52,6 @@ class JournalBrowsingScreenState extends State<JournalBrowsingScreen> {
|
|||||||
|
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: const Text('BROWSE'),
|
|
||||||
actions: <Widget>[
|
actions: <Widget>[
|
||||||
IconButton(
|
IconButton(
|
||||||
icon: Icon(Icons.delete),
|
icon: Icon(Icons.delete),
|
||||||
|
Reference in New Issue
Block a user