Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused variable
Browse files Browse the repository at this point in the history
theMr17 committed Jun 21, 2024
1 parent 0551bea commit 861c8f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ class ClassroomListFragmentPresenter @Inject constructor(

internalProfileId = activity.intent.getIntExtra(NAVIGATION_PROFILE_ID_ARGUMENT_KEY, -1)

val classroomListViewModel = ClassroomListViewModel(
ClassroomListViewModel(
activity,
fragment,
oppiaLogger,

0 comments on commit 861c8f6

Please sign in to comment.