Show the actual version of the update
We were showing the version of the currently installed build for all the updates. Change-Id: I76150ff248d6c6a106571c2ba4d26ae57847aed3
This commit is contained in:
@@ -179,7 +179,7 @@ public class UpdatesListAdapter extends RecyclerView.Adapter<UpdatesListAdapter.
|
||||
String buildDate = StringGenerator.getDateLocalizedUTC(mActivity,
|
||||
DateFormat.LONG, update.getTimestamp());
|
||||
String buildVersion = mActivity.getString(R.string.list_build_version,
|
||||
BuildInfoUtils.getBuildVersion());
|
||||
update.getVersion());
|
||||
viewHolder.mBuildDate.setText(buildDate);
|
||||
viewHolder.mBuildVersion.setText(buildVersion);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user