operator change

development-stable
Jens 1 year ago
parent 4eb7133d9d
commit 62f5ad0005

@ -1607,6 +1607,9 @@ public class Trigger
case "2":
state = Miscellaneous.getAnyContext().getString(R.string.unlocked);
break;
case "3":
state = Miscellaneous.getAnyContext().getString(R.string.locked);
break;
default:
state = Miscellaneous.getAnyContext().getString(R.string.unknown);
}

Loading…
Cancel
Save