Skip to content

refactor(android): remove deprecated HIDE_NOT_ALWAYS flag#71

Merged
OS-ruimoreiramendes merged 1 commit into
nextfrom
chore/RMET-5240/keyboard-hide-not-always
Jun 16, 2026
Merged

refactor(android): remove deprecated HIDE_NOT_ALWAYS flag#71
OS-ruimoreiramendes merged 1 commit into
nextfrom
chore/RMET-5240/keyboard-hide-not-always

Conversation

@OS-ruimoreiramendes

@OS-ruimoreiramendes OS-ruimoreiramendes commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Description

Replace the deprecated InputMethodManager.HIDE_NOT_ALWAYS flag with 0 in Keyboard.hide()

Ref: RMET-5240

Change Type

  • Fix
  • Feature
  • Refactor
  • Breaking Change
  • Documentation
  • Other (CI, chores, etc.)

Rationale / Problems Fixed

InputMethodManager.HIDE_NOT_ALWAYS has been deprecated by Android. Keyboard.hide() is called when the JS layer explicitly requests the keyboard to be dismissed, so passing 0 (no flags) preserves the intended behavior without relying on the deprecated constant.

Tests or Reproductions

Screenshots / Media

Platforms Affected

  • Android
  • iOS
  • Web

Notes / Comments

@OS-ruimoreiramendes OS-ruimoreiramendes merged commit 46a191c into next Jun 16, 2026
8 checks passed
@OS-ruimoreiramendes OS-ruimoreiramendes deleted the chore/RMET-5240/keyboard-hide-not-always branch June 16, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants