mirror of
https://github.com/danog/termux-api.git
synced 2024-12-02 09:17:50 +01:00
Fix minor Android Studio warning
This commit is contained in:
parent
4954feb0df
commit
93ee860589
@ -72,7 +72,7 @@ public class JobSchedulerAPI {
|
|||||||
final boolean idle = intent.getBooleanExtra("idle", false);
|
final boolean idle = intent.getBooleanExtra("idle", false);
|
||||||
final boolean storageNotLow = intent.getBooleanExtra("storage_not_low", false);
|
final boolean storageNotLow = intent.getBooleanExtra("storage_not_low", false);
|
||||||
|
|
||||||
int networkTypeCode = JobInfo.NETWORK_TYPE_NONE;
|
int networkTypeCode;
|
||||||
if (networkType != null) {
|
if (networkType != null) {
|
||||||
switch (networkType) {
|
switch (networkType) {
|
||||||
case "any":
|
case "any":
|
||||||
|
Loading…
Reference in New Issue
Block a user