mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Removing some duplicate methods
Change-Id: I8a1295ab74890984e8d8508aaa18fd79ac2a032d
This commit is contained in:
@@ -93,7 +93,7 @@ public final class Utilities {
|
||||
icon.setBounds(0, 0, sIconWidth, sIconHeight);
|
||||
}
|
||||
|
||||
private static boolean isPropertyEnabled(String propertyName) {
|
||||
public static boolean isPropertyEnabled(String propertyName) {
|
||||
return Log.isLoggable(propertyName, Log.VERBOSE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user