fix: sync block login progress (#20939)

This commit is contained in:
Alex 2025-08-14 19:08:04 -05:00 committed by GitHub
parent 1a4eab9655
commit 1198311d64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,7 +179,7 @@ class LoginForm extends HookConsumerWidget {
final isBeta = Store.isBetaTimelineEnabled;
if (isBeta) {
await ref.read(galleryPermissionNotifier.notifier).requestGalleryPermission();
await runNewSync(ref);
context.replaceRoute(const TabShellRoute());
return;
}