Skip to content

Commit

Permalink
154_вводит args.session
Browse files Browse the repository at this point in the history
  • Loading branch information
Eka666Sed committed Sep 2, 2024
1 parent 5da8102 commit b0c063e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ class MatchedSessionFragment :

initUsersRecycler()
setupMoviesGrid()
val session = args.session
subscribe(session)
subscribe(args.session)
}

private fun initUsersRecycler() {
Expand Down

0 comments on commit b0c063e

Please sign in to comment.