Fix getString with invalid parameter

This commit is contained in:
Synced Synapse 2016-05-24 20:03:38 +01:00
parent 67d8100245
commit 3e0d3a7e36
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ public class PVRChannelsListFragment extends Fragment
LogUtils.LOGD(TAG, "Error getting channel groups: " + description);
if (errorCode == ApiException.API_ERROR) {
emptyView.setText(String.format(getString(R.string.might_not_have_pvr), description));
emptyView.setText(getString(R.string.might_not_have_pvr));
} else {
emptyView.setText(String.format(getString(R.string.error_getting_pvr_info), description));
}