Handle keyboard shortcut FocusNode causing memory leak (#4158)

This commit is contained in:
Dat Dang
2025-11-21 09:53:40 +07:00
committed by GitHub
parent f526b39fae
commit 426977f603
4 changed files with 6 additions and 2 deletions
@@ -212,8 +212,6 @@ class ThreadDetailController extends BaseController {
);
}
});
onKeyboardShortcutInit();
}
bool _validateLoadThread(ThreadId? threadId) {