Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/org/adblockplus/android/Preferences.java

Issue 4758885344739328: Issue 1457 - Remove update check menu entry (Closed)
Patch Set: Created Oct. 1, 2014, 11:17 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « res/values/strings.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/org/adblockplus/android/Preferences.java
===================================================================
--- a/src/org/adblockplus/android/Preferences.java
+++ b/src/org/adblockplus/android/Preferences.java
@@ -284,9 +284,6 @@
case R.id.menu_advanced:
startActivity(new Intent(this, AdvancedPreferences.class));
return true;
- case R.id.menu_update:
- AdblockPlus.getApplication().checkUpdates();
- return true;
default:
return super.onOptionsItemSelected(item);
}
« no previous file with comments | « res/values/strings.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld