Skip to content

Commit

Permalink
Fix: the android resume button is too big
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaoMint committed Aug 28, 2023
1 parent 839f54f commit b85d88f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pages/detail/widgets/detail_continue_play.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ class _DetailContinuePlayState extends State<DetailContinuePlay> {
'episode': history!.episodeTitle,
},
),
maxLines: 2,
overflow: TextOverflow.ellipsis,
),
style: ButtonStyle(
minimumSize: MaterialStateProperty.all(
Expand Down

0 comments on commit b85d88f

Please sign in to comment.