Closed burbilog closed 4 months ago
Describe the bug
"START" button does not turn into "STOP" button when service started via adb
To Reproduce
adb shell am start-foreground-service \ -n net.christianbeier.droidvnc_ng/.MainService \ -a net.christianbeier.droidvnc_ng.ACTION_START \ --es net.christianbeier.droidvnc_ng.EXTRA_ACCESS_KEY de32550a6efb43f8a5d145e6c07b2cde
It starts, it's ok in menu, it is connectable by vnc clients, etc.
Expected Behavior
After the service was started via adb the START button should turn into a STOP button.
Environment
Introduced by c3f6d05af73669311d0654cd234fa833cfbb84e3 which was a fix for #199.
Describe the bug
"START" button does not turn into "STOP" button when service started via adb
To Reproduce
It starts, it's ok in menu, it is connectable by vnc clients, etc.
Expected Behavior
After the service was started via adb the START button should turn into a STOP button.
Environment