Skip to content

Commit

Permalink
Add TODO comment for loading issue when switching servers
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 committed Dec 13, 2024
1 parent 35526c0 commit 0ceeeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/servers/servers_tile_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class _ServersTileItemState extends State<ServersTileItem>
statusProvider.isServerConnected == true
? AppLocalizations.of(context)!.connected
: AppLocalizations.of(context)!
.selectedDisconnected,
.selectedDisconnected, // TODO: Not show loading spenner, but show disconnected message(orange color)
style: TextStyle(
color:
statusProvider.isServerConnected == true
Expand Down

0 comments on commit 0ceeeaf

Please sign in to comment.