Skip to content

Commit c5f42fe

Browse files
committed
fix: eliminate UI refresh "flash" at end of sync
1 parent fec35e8 commit c5f42fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/pages/account.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ class AccountViewPageState extends ConsumerState<AccountViewPage> with SingleTic
124124
),
125125
),
126126
body: fullDataAV.when(
127+
skipLoadingOnReload: true,
128+
skipLoadingOnRefresh: true,
127129
loading: () => blank(context),
128130
error: (error, stack) => showError(error),
129131
data: (fullData) {

0 commit comments

Comments
 (0)