Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only bold number of shown entries if found in the translated string
This should fix the following crash: ``` Exception java.lang.IndexOutOfBoundsException: setSpan (-1 ... 0) starts before 0 at android.text.SpannableStringInternal.checkRange (SpannableStringInternal.java:499) at android.text.SpannableStringInternal.setSpan (SpannableStringInternal.java:199) at android.text.SpannableStringInternal.setSpan (SpannableStringInternal.java:186) at android.text.SpannableString.setSpan (SpannableString.java:60) at com.beemdevelopment.aegis.ui.views.EntryAdapter$FooterView.refresh (EntryAdapter.java:596) ```
- Loading branch information