1
0
mirror of https://github.com/stonega/tsacdop synced 2025-01-07 04:41:12 +01:00

Title overflow effect changed.

This commit is contained in:
stonegate 2020-08-01 15:32:37 +08:00
parent b686fddd72
commit d15b423fa4

View File

@ -775,7 +775,7 @@ class _PodcastDetailState extends State<PodcastDetail> {
title: _topHeight < 70 + context.paddingTop title: _topHeight < 70 + context.paddingTop
? Text(widget.podcastLocal.title, ? Text(widget.podcastLocal.title,
maxLines: 1, maxLines: 1,
overflow: TextOverflow.ellipsis, overflow: TextOverflow.clip,
style: TextStyle(color: Colors.white)) style: TextStyle(color: Colors.white))
: Center(), : Center(),
); );
@ -807,14 +807,7 @@ class _PodcastDetailState extends State<PodcastDetail> {
initNum: _scroll ? 0 : 12, initNum: _scroll ? 0 : 12,
) )
: SliverToBoxAdapter( : SliverToBoxAdapter(
child: Padding( child: Center(),
padding: const EdgeInsets.only(
top: 200),
child: SizedBox(
height: 20,
width: 20,
child:
CircularProgressIndicator())),
); );
}), }),
SliverList( SliverList(