[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] deleted superflous comments
commit 9a7ef0d80ebf337f5a0f22f5ccaee147c36fb773
Author: bim <dsnake@xxxxxxxxxxxxxx>
Date: Thu Nov 12 14:36:49 2020 -0500
deleted superflous comments
---
.../main/java/org/torproject/android/service/OrbotService.java | 8 --------
1 file changed, 8 deletions(-)
diff --git a/orbotservice/src/main/java/org/torproject/android/service/OrbotService.java b/orbotservice/src/main/java/org/torproject/android/service/OrbotService.java
index 320194b8..97c985ac 100644
--- a/orbotservice/src/main/java/org/torproject/android/service/OrbotService.java
+++ b/orbotservice/src/main/java/org/torproject/android/service/OrbotService.java
@@ -186,15 +186,10 @@ public class OrbotService extends VpnService implements TorServiceConstants, Orb
return false;
}
- /* (non-Javadoc)
- * @see android.app.Service#onLowMemory()
- */
@Override
public void onLowMemory() {
super.onLowMemory();
-
logNotice("Low Memory Warning!");
-
}
private void clearNotifications() {
@@ -267,9 +262,6 @@ public class OrbotService extends VpnService implements TorServiceConstants, Orb
mNotificationShowing = true;
}
- /* (non-Javadoc)
- * @see android.app.Service#onStart(android.content.Intent, int)
- */
public int onStartCommand(Intent intent, int flags, int startId) {
showToolbarNotification("", NOTIFY_ID, R.drawable.ic_stat_tor);
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits