Prevent emoji2 loop

pull/207/head
M66B 4 years ago
parent 65849dcd20
commit 562c64890f

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

Loading…
Cancel
Save