Commit 204cd4b4 authored by fallenstardust's avatar fallenstardust

发现新版本

parent bb7a5f44
......@@ -412,7 +412,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
final String versionName,updateMessage;
versionName = appBean.getVersionName();
updateMessage = appBean.getReleaseNote();
builder.setTitle(R.string.Update_Found + versionName);
builder.setTitle(R.string.Update_Found);
builder.setMessage(updateMessage);
builder.setRightButtonText(R.string.Download);
builder.setRightButtonListener((dlg, i) -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment