mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-07-08 04:40:28 +03: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 {
|
} else {
|
||||||
throw new IllegalArgumentException("One of Inactive/Active Image Resources is required!");
|
throw new IllegalArgumentException("One of Inactive/Active Image Resources is required!");
|
||||||
}
|
}
|
||||||
setOnTouchListener();
|
// setOnTouchListener();
|
||||||
setOnClickListener(this);
|
setOnClickListener(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue