BootShutdownReceiver: style
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
8d27570eea
commit
f190db0754
@ -20,9 +20,8 @@ public class BootShutdownReceiver extends BroadcastReceiver {
|
||||
|
||||
@Override
|
||||
public void onReceive(final Context context, final Intent intent) {
|
||||
if (Application.getBackendType() != WgQuickBackend.class) {
|
||||
if (Application.getBackendType() != WgQuickBackend.class)
|
||||
return;
|
||||
}
|
||||
final String action = intent.getAction();
|
||||
if (action == null)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user