mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
remove unused method
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
a7088c8c87
commit
8af257d54f
1 changed files with 0 additions and 5 deletions
|
@ -757,11 +757,6 @@ public final class ThemeUtils {
|
|||
button.setRippleColor(rippleColor);
|
||||
}
|
||||
|
||||
public static void drawableFloatingActionButton(FloatingActionButton button, @DrawableRes int
|
||||
drawable, Context context) {
|
||||
int primaryColor = ThemeUtils.primaryColor(null, true, false, context);
|
||||
}
|
||||
|
||||
private static OCCapability getCapability(Context context) {
|
||||
return getCapability(null, context);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue