Skip to content
Snippets Groups Projects
Commit f8d9170a authored by akwizgran's avatar akwizgran
Browse files

Removed override annotation from abstract method.

parent 3d9912b4
No related branches found
No related tags found
No related merge requests found
...@@ -359,7 +359,6 @@ class DroidtoothPlugin implements DuplexPlugin { ...@@ -359,7 +359,6 @@ class DroidtoothPlugin implements DuplexPlugin {
private volatile boolean enabled = false; private volatile boolean enabled = false;
@Override
public void onReceive(Context ctx, Intent intent) { public void onReceive(Context ctx, Intent intent) {
int state = intent.getIntExtra(EXTRA_STATE, 0); int state = intent.getIntExtra(EXTRA_STATE, 0);
if(state == STATE_ON) { if(state == STATE_ON) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment