1
0
Fork 0
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:
M66B 2022-03-28 21:34:40 +02:00
parent 65849dcd20
commit 562c64890f

View file

@ -131,10 +131,7 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
}
}
if (getWidth() == 0)
post(update);
else
update.run();
post(update);
}
});
}