mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 06:09:55 +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;
|
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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user