ertuzun opened this issue 4 years ago · 0 comments
if (compoundButton.isPressed()) Log.d(TAG, "pressed"); else Log.d(TAG, "not pressed");
When I change the button state by pressing it, else code block working.