Skip to content

Orbital Content does not resize correctly for updated padding  #39

Open
@lukasrosenke

Description

ViewCompat.setOnApplyWindowInsetsListener(findViewById(android.R.id.content)) { view, insets ->
       val bottom = insets.getInsets(WindowInsetsCompat.Type.ime()).bottom
       view.updatePadding(bottom = bottom)
       insets
}

Components wrapped into Orbital {...} do not resize if padding were to be updated by the function above due to for example the keyboard.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions