Prevent emoji2 loop

This commit is contained in:
M66B 2022-03-28 21:34:40 +02:00
parent 65849dcd20
commit 562c64890f
1 changed files with 1 additions and 4 deletions

View File

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