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
|
@Override
|
||||||
public void onReceive(final Context context, final Intent intent) {
|
public void onReceive(final Context context, final Intent intent) {
|
||||||
if (Application.getBackendType() != WgQuickBackend.class) {
|
if (Application.getBackendType() != WgQuickBackend.class)
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
final String action = intent.getAction();
|
final String action = intent.getAction();
|
||||||
if (action == null)
|
if (action == null)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user