Closed felipeerias closed 9 months ago
The keyboard should not get dismissed when the user takes a screenshot on PICO, so we need to detect the KEYCODE_CAMERA key event.
KEYCODE_CAMERA
Additionally, the keyboard needs to be dismissed with dismiss() so that it is not left in an inconsistent state.
dismiss()
The keyboard should not get dismissed when the user takes a screenshot on PICO, so we need to detect the
KEYCODE_CAMERA
key event.Additionally, the keyboard needs to be dismissed with
dismiss()
so that it is not left in an inconsistent state.