Skip to content

Commit

Permalink
deleted superflous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bitmold committed Nov 12, 2020
1 parent 5ef1da7 commit 9a7ef0d
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,10 @@ private boolean findExistingTorDaemon() {
return false;
}

/* (non-Javadoc)
* @see android.app.Service#onLowMemory()
*/
@Override
public void onLowMemory() {
super.onLowMemory();

logNotice("Low Memory Warning!");

}

private void clearNotifications() {
Expand Down Expand Up @@ -267,9 +262,6 @@ protected void showToolbarNotification(String notifyMsg, int notifyType, int ico
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);
Expand Down

0 comments on commit 9a7ef0d

Please sign in to comment.