We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa3413 commit 1903344Copy full SHA for 1903344
app/src/main/java/com/craftofcode/amrita_event/MainActivity.java
@@ -122,7 +122,7 @@ public void onResponse(String response) {
122
Intent intent = new Intent(getApplicationContext(), Card_list_View_Admins.class);
123
startActivity(intent);
124
}else if(jsonObject.get("isAdmin").toString().equals("false")){
125
- Intent intent = new Intent(getApplicationContext(), CardView_Home.class);
+ Intent intent = new Intent(getApplicationContext(), Club_List.class);
126
127
}else{
128
return;
0 commit comments