Input type changed to number in some Tag Editor fields
This commit is contained in:
parent
9ba8a07383
commit
8dc3fe130f
5 changed files with 25 additions and 22 deletions
|
|
@ -35,8 +35,8 @@ public class ViewPagerTabArtistBioFragment extends AbsViewPagerTabArtistListFrag
|
|||
try {
|
||||
biography = getResources().getString(R.string.biography_unavailable);
|
||||
} catch (IllegalStateException e) {
|
||||
Log.e(TAG, "error while trying to get ressources", e);
|
||||
biography = "Errorm";
|
||||
Log.e(TAG, "error while trying to access resources", e);
|
||||
biography = "Error";
|
||||
}
|
||||
}
|
||||
strings.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue