mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 16:25:30 +00:00
Prevent emoji2 loop
This commit is contained in:
parent
65849dcd20
commit
562c64890f
1 changed files with 1 additions and 4 deletions
|
@ -131,10 +131,7 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
|
|||
}
|
||||
}
|
||||
|
||||
if (getWidth() == 0)
|
||||
post(update);
|
||||
else
|
||||
update.run();
|
||||
post(update);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue