mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-05 17:45:49 +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) {
|
||||
//if (debug) {
|
||||
if (debug) {
|
||||
Log.d(TAG, "changeEnabled " + enabled);
|
||||
//}
|
||||
}
|
||||
this.button_icon.setEnabled(enabled);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user