💄 Optimize realm

 Post realm post
This commit is contained in:
2025-02-22 12:25:56 +08:00
parent 408fd0f35e
commit 671b857a79
12 changed files with 200 additions and 34 deletions

View File

@ -58,6 +58,7 @@ class _ChatRoomScreenState extends State<ChatRoomScreen> {
StreamSubscription? _wsSubscription;
// TODO fetch user identity and ask them to join the channel or not
Future<void> _fetchChannel() async {
setState(() => _isBusy = true);