Skip to content

Commit

Permalink
volley queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Awais9 committed Dec 18, 2018
1 parent bd3eef0 commit 1c17d5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ public NetworkController(Context ctx) {
volleyQueue = VolleyQueue.getInstance(context);
}

public VolleyQueue getVolleyQueue() {
return volleyQueue;
}

/***************************************************************/
private int logoutCount = 2;
private int currentCount = 0;
Expand Down

0 comments on commit 1c17d5f

Please sign in to comment.