saving last updated status in db

This commit is contained in:
talksik
2021-12-29 17:06:44 -08:00
parent ba383dfdb0
commit dccba8389a
3 changed files with 3 additions and 5 deletions
@@ -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: {