mirror of
https://github.com/stom79/exodus-android-app
synced 2025-01-01 00:18:07 +01:00
Fix
This commit is contained in:
parent
66e94471b8
commit
913bad937f
@ -219,7 +219,7 @@ public class ApplicationListAdapter extends RecyclerView.Adapter {
|
|||||||
appItemBinding.appTrackerNb.setBackgroundResource(R.drawable.square_red);
|
appItemBinding.appTrackerNb.setBackgroundResource(R.drawable.square_red);
|
||||||
|
|
||||||
if(versionName != null && !report.version.equals(data.versionName)) {
|
if(versionName != null && !report.version.equals(data.versionName)) {
|
||||||
String string = context.getString(R.string.tested,versionCode,report.versionCode);
|
String string = context.getString(R.string.tested,versionName,report.version);
|
||||||
appItemBinding.otherVersion.setText(string);
|
appItemBinding.otherVersion.setText(string);
|
||||||
appItemBinding.otherVersion.setVisibility(View.VISIBLE);
|
appItemBinding.otherVersion.setVisibility(View.VISIBLE);
|
||||||
} else if (versionName == null && report.versionCode != versionCode) {
|
} else if (versionName == null && report.versionCode != versionCode) {
|
||||||
|
Loading…
Reference in New Issue
Block a user