Android: button needs to be clicked twice
When the button needs to clicked twice in order to be effective:
- Solution
android:focusable="true"
android:focusableInTouchMode="true"
When the button needs to clicked twice in order to be effective:
android:focusable="true"
android:focusableInTouchMode="true"