Skip to content

Commit

Permalink
Release Teacher 1.30.1 (66)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskozmer authored May 13, 2024
2 parents 7b84cba + acc6285 commit 4a9f97d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/teacher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
defaultConfig {
minSdkVersion Versions.MIN_SDK
targetSdkVersion Versions.TARGET_SDK
versionCode = 65
versionName = '1.30.0'
versionCode = 66
versionName = '1.30.1'
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
testInstrumentationRunner 'com.instructure.teacher.ui.espresso.TeacherHiltTestRunner'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class GradeableStudentSubmissionViewHolder(private val binding: AdapterGradeable
studentAvatar.setupAvatarA11y(assignee.name)
studentAvatar.onClick {
val bundle = StudentContextFragment.makeBundle(assignee.id, courseId)
RouteMatcher.route(context as FragmentActivity, Route(StudentContextFragment::class.java, null, bundle))
RouteMatcher.route(context.getFragmentActivity(), Route(StudentContextFragment::class.java, null, bundle))
}
}
assignee is GroupAssignee -> {
Expand Down

0 comments on commit 4a9f97d

Please sign in to comment.