mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
add missing Get.delete, android can update id controller
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
9121de746f
commit
fbde794d39
2 changed files with 6 additions and 0 deletions
|
@ -196,6 +196,9 @@ class _ConnectionPageState extends State<ConnectionPage> {
|
|||
@override
|
||||
void dispose() {
|
||||
_idController.dispose();
|
||||
if (Get.isRegistered<IDTextEditingController>()) {
|
||||
Get.delete<IDTextEditingController>();
|
||||
}
|
||||
super.dispose();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue