forked from mirrors/Fedilab
Fix cross account actions
This commit is contained in:
parent
447ad45fc6
commit
8dfd55fe10
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ public class SparkButton extends FrameLayout implements View.OnClickListener {
|
|||
} else {
|
||||
throw new IllegalArgumentException("One of Inactive/Active Image Resources is required!");
|
||||
}
|
||||
setOnTouchListener();
|
||||
// setOnTouchListener();
|
||||
setOnClickListener(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue