Skip to content

Commit

Permalink
Update ProfileIntentActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Dec 3, 2023
1 parent c701695 commit 9ee2165
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public void receiveState(int message, Bundle data) {
}
}
progressLayout.setVisibility(View.GONE);
findViewById(R.id.fragment).setVisibility(View.VISIBLE);
findViewById(R.id.app_fragment).setVisibility(View.VISIBLE);
} else if(message == HandlerMessages.FRIENDS_ADD) {
JSONObject response = new JSONParser().parseJSON(data.getString("response"));
int status = response.getInt("response");
Expand Down

0 comments on commit 9ee2165

Please sign in to comment.