saving last updated status in db
This commit is contained in:
@@ -265,10 +265,7 @@ struct CircleGridView: View {
|
||||
// scrolling to first person in grid
|
||||
if self.authSessionStore.friendsArr.count > 0 {
|
||||
scrollReaderValue.scrollTo(self.selectedFriendIndex)
|
||||
}
|
||||
|
||||
// get this user's agora token
|
||||
self.innerCircleVM.getAgoraToken()
|
||||
}
|
||||
}
|
||||
} // scrollview reader
|
||||
.fullScreenCover(isPresented: $showCall, content: {
|
||||
|
||||
Reference in New Issue
Block a user