Skip to content

Commit 1903344

Browse files
committed
main activity some changes
1 parent cfa3413 commit 1903344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/craftofcode/amrita_event/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public void onResponse(String response) {
122122
Intent intent = new Intent(getApplicationContext(), Card_list_View_Admins.class);
123123
startActivity(intent);
124124
}else if(jsonObject.get("isAdmin").toString().equals("false")){
125-
Intent intent = new Intent(getApplicationContext(), CardView_Home.class);
125+
Intent intent = new Intent(getApplicationContext(), Club_List.class);
126126
startActivity(intent);
127127
}else{
128128
return;

0 commit comments

Comments
 (0)