operator change
This commit is contained in:
parent
4eb7133d9d
commit
62f5ad0005
@ -1607,6 +1607,9 @@ public class Trigger
|
|||||||
case "2":
|
case "2":
|
||||||
state = Miscellaneous.getAnyContext().getString(R.string.unlocked);
|
state = Miscellaneous.getAnyContext().getString(R.string.unlocked);
|
||||||
break;
|
break;
|
||||||
|
case "3":
|
||||||
|
state = Miscellaneous.getAnyContext().getString(R.string.locked);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
state = Miscellaneous.getAnyContext().getString(R.string.unknown);
|
state = Miscellaneous.getAnyContext().getString(R.string.unknown);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user