Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce7daaf9 authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Fix settings shell command

Test: run shell commands and verified result

Change-Id: I24e87a0efa9330a5872d300e17083d320fcc0573
parent 83fcc421
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -208,6 +208,8 @@ final public class SettingsService extends Binder {
                    // keep going; there's another PUT arg
                } else if (mValue == null) {
                    mValue = arg;
                    // what we have so far is a valid command
                    valid = true;
                    // keep going; there may be another PUT arg
                } else if (mToken == null) {
                    mToken = arg;