mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-18 21:18:15 +00:00
PMD: An empty statement (semicolon) not part of a loop
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
0a70567452
commit
9bd51ce21b
@ -283,7 +283,7 @@ public class DisplayUtils {
|
||||
|
||||
public static Drawable getTintedDrawable(Resources res, @DrawableRes int drawableResId, @ColorRes int colorResId) {
|
||||
Drawable drawable = ResourcesCompat.getDrawable(res, drawableResId, null);
|
||||
;
|
||||
|
||||
int color = res.getColor(colorResId);
|
||||
if (drawable != null) {
|
||||
drawable.setTint(color);
|
||||
|
Loading…
Reference in New Issue
Block a user