Skip to content

Commit

Permalink
fix #605
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Dec 19, 2019
1 parent 2e7f4eb commit d54b583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/page/common_list_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class _CommonListPageState extends State<CommonListPage>
return new Scaffold(
appBar: new AppBar(
title: new Text(
widget.title,
widget.title ?? "",
maxLines: 1,
overflow: TextOverflow.ellipsis,
)),
Expand Down

0 comments on commit d54b583

Please sign in to comment.