Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ai-Albert committed Mar 17, 2023
1 parent a9667ea commit 6677bbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/java/view/LocationView.java
Expand Up @@ -26,6 +26,11 @@ public LocationView(User user, View view) {
this.statusView = itemView.findViewById(R.id.indicator);
this.timeView = itemView.findViewById(R.id.last_live);

nameView.setId(View.generateViewId());
statusView.setId(View.generateViewId());
timeView.setId(View.generateViewId());
itemView.setId(View.generateViewId());

update(user);
}

Expand Down

0 comments on commit 6677bbf

Please sign in to comment.