mirror of
https://github.com/stom79/exodus-android-app
synced 2024-12-22 19:59:25 +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);
|
||||
|
||||
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.setVisibility(View.VISIBLE);
|
||||
} else if (versionName == null && report.versionCode != versionCode) {
|
||||
|
Loading…
Reference in New Issue
Block a user