Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Dec 19, 2019
1 parent 1fb6b15 commit 5a98944
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 5a98944

Please sign in to comment.