1
0
mirror of https://github.com/stonega/tsacdop synced 2025-01-05 19:47:56 +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
? Text(widget.podcastLocal.title,
maxLines: 1,
overflow: TextOverflow.ellipsis,
overflow: TextOverflow.clip,
style: TextStyle(color: Colors.white))
: Center(),
);
@ -807,14 +807,7 @@ class _PodcastDetailState extends State<PodcastDetail> {
initNum: _scroll ? 0 : 12,
)
: SliverToBoxAdapter(
child: Padding(
padding: const EdgeInsets.only(
top: 200),
child: SizedBox(
height: 20,
width: 20,
child:
CircularProgressIndicator())),
child: Center(),
);
}),
SliverList(