Skip to content

Commit

Permalink
Muting ABC issues [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Feb 7, 2017
1 parent ece9aac commit a9300a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/android/BackgroundExt.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public void run() {
});
}

// codebeat:disable[ABC]

/**
* Executes the request.
*
Expand Down Expand Up @@ -113,6 +115,8 @@ private void execute (String action, CallbackContext callback) {
}
}

// codebeat:enable[ABC]

/**
* Move app to background.
*/
Expand Down
4 changes: 4 additions & 0 deletions src/android/BackgroundMode.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ public void onServiceDisconnected(ComponentName name) {
}
};

// codebeat:disable[ABC]

/**
* Executes the request.
*
Expand Down Expand Up @@ -115,6 +117,8 @@ public boolean execute (String action, JSONArray args,
return true;
}

// codebeat:enable[ABC]

/**
* Called when the system is about to start resuming a previous activity.
*
Expand Down

0 comments on commit a9300a4

Please sign in to comment.