Fields that we sync on should be final
This commit is contained in:
parent
e49c2b14ed
commit
5ce0cd3802
|
@ -28,7 +28,7 @@ public class AvatarService {
|
|||
private static final String PREFIX_ACCOUNT = "account";
|
||||
private static final String PREFIX_GENERIC = "generic";
|
||||
|
||||
private ArrayList<Integer> sizes = new ArrayList<Integer>();
|
||||
final private ArrayList<Integer> sizes = new ArrayList<>();
|
||||
|
||||
protected XmppConnectionService mXmppConnectionService = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue