Remove errant return.
This commit is contained in:
parent
9e5c68c575
commit
d2b6bda7a2
|
@ -115,7 +115,6 @@ public final class DeviceUtils {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ContextCompat.getSystemService(context, UiModeManager.class)
|
if (ContextCompat.getSystemService(context, UiModeManager.class)
|
||||||
|
|
Loading…
Reference in New Issue