mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
move force variable to BluetoothDisableEvent
This commit is contained in:
@@ -8,7 +8,6 @@ import org.briarproject.bramble.api.plugin.BluetoothEnableDisableReason;
|
||||
*/
|
||||
abstract class BluetoothEvent extends Event {
|
||||
private BluetoothEnableDisableReason selectedReason;
|
||||
private boolean force;
|
||||
|
||||
BluetoothEvent(BluetoothEnableDisableReason reason){
|
||||
selectedReason = reason;
|
||||
|
||||
Reference in New Issue
Block a user