Skip to content

complete this. #2763

@github-actions

Description

@github-actions

@Composable
internal expect fun platformOnBackPressedDispatcher(): OnBackPressedDispatcher

internal class RedwoodContentFocusDirector : FocusDirector {
  override fun hideSoftwareKeyboard() {
    // TODO: complete this.
  }

  override fun newFocusRequester(): FocusRequester {
    return object : FocusRequester {
      override fun requestFocus() {
        // TODO: complete this.
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions