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

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

Issue 11172036: ABP/Android libadblockplus integration (Closed)
Patch Set: Created July 22, 2013, 8:52 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
Index: src/org/adblockplus/android/ProxyService.java
===================================================================
--- a/src/org/adblockplus/android/ProxyService.java
+++ b/src/org/adblockplus/android/ProxyService.java
@@ -381,10 +381,6 @@
if (proxy != null)
proxy.close();
- // TODO Do we have to check current state?
- // Stop engine if not in interactive mode
- AdblockPlus.getApplication().stopEngine(false);
-
// Release service lock
stopForeground(true);

Powered by Google App Engine
This is Rietveld