mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-01-07 00:20:08 +02:00
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