Skip to content

Commit d54b583

Browse files
committed
fix #605
1 parent 2e7f4eb commit d54b583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/page/common_list_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class _CommonListPageState extends State<CommonListPage>
142142
return new Scaffold(
143143
appBar: new AppBar(
144144
title: new Text(
145-
widget.title,
145+
widget.title ?? "",
146146
maxLines: 1,
147147
overflow: TextOverflow.ellipsis,
148148
)),

0 commit comments

Comments
 (0)