mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-22 09:48:26 +00:00
clean
This commit is contained in:
parent
307da3b2be
commit
93df9641c4
@ -19,15 +19,9 @@ import org.session.libsession.utilities.ThemeUtil;
|
|||||||
public class ResourceContactPhoto implements FallbackContactPhoto {
|
public class ResourceContactPhoto implements FallbackContactPhoto {
|
||||||
|
|
||||||
private final int resourceId;
|
private final int resourceId;
|
||||||
private final int callCardResourceId;
|
|
||||||
|
|
||||||
public ResourceContactPhoto(@DrawableRes int resourceId) {
|
public ResourceContactPhoto(@DrawableRes int resourceId) {
|
||||||
this(resourceId, resourceId);
|
this.resourceId = resourceId;
|
||||||
}
|
|
||||||
|
|
||||||
public ResourceContactPhoto(@DrawableRes int resourceId, @DrawableRes int callCardResourceId) {
|
|
||||||
this.resourceId = resourceId;
|
|
||||||
this.callCardResourceId = callCardResourceId;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user