Input type changed to number in some Tag Editor fields

This commit is contained in:
Karim Abou Zeid 2015-01-27 16:22:35 +01:00
commit 8dc3fe130f
5 changed files with 25 additions and 22 deletions

View file

@ -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();