Disabilitato pulsante "Non visualizzare più aggiornamenti"
This commit is contained in:
parent
2b00c450f5
commit
1ad9dc8839
@ -44,8 +44,8 @@ public class UpdatesManager {
|
|||||||
.setDisplay(Display.DIALOG)
|
.setDisplay(Display.DIALOG)
|
||||||
.setUpdateFrom(UpdateFrom.JSON)
|
.setUpdateFrom(UpdateFrom.JSON)
|
||||||
.setUpdateJSON(currentVersionUrl)
|
.setUpdateJSON(currentVersionUrl)
|
||||||
|
.setButtonDoNotShowAgain(null)
|
||||||
.setButtonUpdateClickListener((dialog, which) -> {
|
.setButtonUpdateClickListener((dialog, which) -> {
|
||||||
|
|
||||||
installAPK(context, currentDownloadUrl);
|
installAPK(context, currentDownloadUrl);
|
||||||
});
|
});
|
||||||
appUpdater.start();
|
appUpdater.start();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user