♻️ Rebuild the dupe device

This commit is contained in:
2025-08-08 03:16:16 +08:00
parent 0c59816f26
commit 5e592c143f
6 changed files with 74 additions and 26 deletions

View File

@@ -40,6 +40,11 @@ class NetworkStatusSheet extends HookConsumerWidget {
'Disconnected from server',
style: Theme.of(context).textTheme.bodyLarge,
),
serverDown:
() => Text(
'The server is not available right now... Please try again later...',
style: Theme.of(context).textTheme.bodyLarge,
),
duplicateDevice:
() => Text(
'Another device has connected with the same account.',