HOTFIX Realtime update while searching on mobile (#3987)

This commit is contained in:
Dat Dang
2025-09-04 17:26:50 +07:00
committed by GitHub
parent 5a64ff7e8f
commit 24c6a8dbd1
2 changed files with 4 additions and 1 deletions
@@ -636,7 +636,7 @@ class ThreadController extends BaseController with EmailActionController {
Future<void> _handleWebSocketMessage(WebSocketMessage message) async {
try {
if (searchController.isSearchEmailRunning) {
if (searchController.isSearchEmailRunning && PlatformInfo.isWeb) {
await _refreshChangeSearchEmail();
} else {
await _refreshChangeListEmail();