mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-22 01:37:31 +01:00
uncomment debug call
This commit is contained in:
parent
2128c2d7d6
commit
d04c8f99ab
@ -34,9 +34,9 @@ public class SBWhitelistButton extends SlimButton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void changeEnabled(boolean enabled) {
|
public void changeEnabled(boolean enabled) {
|
||||||
//if (debug) {
|
if (debug) {
|
||||||
Log.d(TAG, "changeEnabled " + enabled);
|
Log.d(TAG, "changeEnabled " + enabled);
|
||||||
//}
|
}
|
||||||
this.button_icon.setEnabled(enabled);
|
this.button_icon.setEnabled(enabled);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user