Fix conflicts
This commit is contained in:
@@ -751,8 +751,7 @@ public final class Utilities {
|
||||
} else {
|
||||
return Process.myUserHandle().equals(info.user)
|
||||
? new ColorDrawable(Color.TRANSPARENT)
|
||||
: context.getDrawable(isIconThemed
|
||||
? R.drawable.ic_work_app_badge_themed : R.drawable.ic_work_app_badge);
|
||||
: context.getDrawable(R.drawable.ic_work_app_badge);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user