mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Prevent emoji2 loop
This commit is contained in:
@@ -131,10 +131,7 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
|
||||
}
|
||||
}
|
||||
|
||||
if (getWidth() == 0)
|
||||
post(update);
|
||||
else
|
||||
update.run();
|
||||
post(update);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user