Fix crashing
This commit is contained in:
parent
c4513eee9e
commit
88b9111392
7 changed files with 20 additions and 50 deletions
|
@ -90,7 +90,7 @@ public class UserImageView extends CircularImageView implements SharedPreference
|
|||
|
||||
@Override
|
||||
public void getSize(@NonNull SizeReadyCallback cb) {
|
||||
cb.onSizeReady(32, 32);
|
||||
cb.onSizeReady(96, 96);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue