mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Removed override annotation from abstract method.
This commit is contained in:
@@ -359,7 +359,6 @@ class DroidtoothPlugin implements DuplexPlugin {
|
||||
|
||||
private volatile boolean enabled = false;
|
||||
|
||||
@Override
|
||||
public void onReceive(Context ctx, Intent intent) {
|
||||
int state = intent.getIntExtra(EXTRA_STATE, 0);
|
||||
if(state == STATE_ON) {
|
||||
|
||||
Reference in New Issue
Block a user