Skip to content

ViewRootImpl: ViewPostImeInputStage processPointer 0 #125

@Gob-Lin

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

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