Skip to content

Commit 64e6971

Browse files
committed
refresh on title change added
1 parent bd14844 commit 64e6971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/views/document_view.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class _DocumentViewState extends ConsumerState<DocumentView> {
110110
InkWell(
111111
onTap: () {
112112
Routemaster.of(context).replace('/');
113+
setState(() {});
113114
},
114115
child: SvgPicture.asset(
115116
AppIcons().documentLogo,

0 commit comments

Comments
 (0)