You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bad plural translations will cause crashes in some cases (unknown language):
android.content.res.Resources$NotFoundException: Plural resource ID #0x7f0b0001 quantity=1 item=other
at android.content.res.Resources.getQuantityText(Resources.java:411)
at android.content.res.Resources.getQuantityString(Resources.java:521)
at org.kontalk.ui.ConversationListFragment.onItemCheckedStateChanged(ConversationListFragment.java:231)
Fill in (and mark with need review) strings in all language until lint clears of all the errors.
The text was updated successfully, but these errors were encountered:
Bad plural translations will cause crashes in some cases (unknown language):
Fill in (and mark with need review) strings in all language until lint clears of all the errors.
The text was updated successfully, but these errors were encountered: