chore: Adjust settings account design
This commit is contained in:
parent
eb8eea892f
commit
24a2494829
3 changed files with 11 additions and 17 deletions
|
|
@ -281,7 +281,7 @@ class ChatView extends StatelessWidget {
|
|||
? controller.timeline.isRequestingHistory
|
||||
? Center(
|
||||
child: CircularProgressIndicator
|
||||
.adaptive(),
|
||||
.adaptive(strokeWidth: 2),
|
||||
)
|
||||
: controller.canLoadMore
|
||||
? Center(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue