Skip to content

Commit 89052bb

Browse files
committed
Fixed login
1 parent 60d6db2 commit 89052bb

File tree

6 files changed

+12
-40
lines changed

6 files changed

+12
-40
lines changed
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

Android/Layout_Version/.idea/workspace.xml

Lines changed: 11 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Android/Layout_Version/app/src/main/java/com/example/layout_version/Network/NetworkRequestManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public void Post(int endpointID, JSONObject data, NetworkInterface success, Netw
8181
DefaultRetryPolicy.DEFAULT_TIMEOUT_MS,
8282
DefaultRetryPolicy.DEFAULT_MAX_RETRIES,
8383
DefaultRetryPolicy.DEFAULT_BACKOFF_MULT));
84+
mRequestQueue.add(jsonRequest);
8485
}
8586
public static void resetN(){
8687
n = 0;

0 commit comments

Comments
 (0)