From fe21c2cd49b4c7d40e61c69dc1c695cbf5220a60 Mon Sep 17 00:00:00 2001 From: Gabriele M Date: Mon, 17 Jul 2017 23:49:11 +0200 Subject: [PATCH] Treat download resume and verification in the same way Allowing to verify downloads, but not install them makes no sense currently, so don't treat the two cases differently. --- res/values/strings.xml | 1 - src/org/lineageos/updater/UpdatesListAdapter.java | 13 +++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 0bbd280e..4c5bcc21 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -79,7 +79,6 @@ Pause download Resume download Install update - Verify update Delete file Delete the selected update file? diff --git a/src/org/lineageos/updater/UpdatesListAdapter.java b/src/org/lineageos/updater/UpdatesListAdapter.java index 67fa9bb3..2e7509a8 100644 --- a/src/org/lineageos/updater/UpdatesListAdapter.java +++ b/src/org/lineageos/updater/UpdatesListAdapter.java @@ -54,7 +54,6 @@ public class UpdatesListAdapter extends RecyclerView.Adapter