Editor: Change title to New Journal Entry

This commit is contained in:
Vishesh Handa
2019-01-15 13:06:22 +01:00
parent 72edf6e11c
commit eceae0abd4

View File

@ -67,12 +67,9 @@ class NoteEditorState extends State<NoteEditor> {
padding: const EdgeInsets.all(8.0), padding: const EdgeInsets.all(8.0),
); );
var formatter = new DateFormat('dd MMM, yyyy');
var title = formatter.format(_createdAt);
var newJournalScreen = new Scaffold( var newJournalScreen = new Scaffold(
appBar: new AppBar( appBar: new AppBar(
title: new Text(title), title: new Text("New Journal Entry"),
), ),
body: bodyWidget, body: bodyWidget,
floatingActionButton: FloatingActionButton( floatingActionButton: FloatingActionButton(