mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Added synchronized to getQueue()
This commit is contained in:
parent
d98dc42368
commit
54dedf2cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public class MwVolleyApi {
|
||||||
getQueue().add(request);
|
getQueue().add(request);
|
||||||
}
|
}
|
||||||
|
|
||||||
private RequestQueue getQueue() {
|
private synchronized RequestQueue getQueue() {
|
||||||
return getQueue(context);
|
return getQueue(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue