mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-09 20:03:47 +00:00
Fix missing parenthesis
This commit is contained in:
parent
a3c685196e
commit
4e6fe1fc9d
@ -32,7 +32,7 @@ public class ResourceContactPhoto implements FallbackContactPhoto {
|
|||||||
@Override
|
@Override
|
||||||
public Drawable asDrawable(Context context, int color, boolean inverted) {
|
public Drawable asDrawable(Context context, int color, boolean inverted) {
|
||||||
Drawable background = TextDrawable.builder().buildRound(" ", inverted ? Color.WHITE : color);
|
Drawable background = TextDrawable.builder().buildRound(" ", inverted ? Color.WHITE : color);
|
||||||
RoundedDrawable foreground = (RoundedDrawable) RoundedDrawable.fromDrawable(AppCompatResources.getDrawable(context, resourceId);
|
RoundedDrawable foreground = (RoundedDrawable) RoundedDrawable.fromDrawable(AppCompatResources.getDrawable(context, resourceId));
|
||||||
|
|
||||||
foreground.setScaleType(ImageView.ScaleType.CENTER_CROP);
|
foreground.setScaleType(ImageView.ScaleType.CENTER_CROP);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user