Skip to content

ViewRootImpl: ViewPostImeInputStage processPointer 0 #125

Description

@Gob-Lin

Hello,
whenever I use the syntax

aq.id(R.id.myButton).clicked(this, "onButtonClicked");

coupled with

private void onButtonClicked(View view) {
Log.d("TAB1", "click");
}

the action is never trigged and I get instead a message of

ViewRootImpl: ViewPostImeInputStage processPointer 0

on tap and and a message of

ViewRootImpl: ViewPostImeInputStage processPointer 1

on release.

This code used to work perfectly before, but now it doesn't anymore.

Any idea? Thank you,

P

Activity

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

Metadata

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