update override method response to be nullable

This commit is contained in:
Charlie Humphreys 2022-11-28 16:06:07 -06:00 committed by mergify[bot]
parent 01bc96990c
commit f3f98173e6
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class HomeActivityIntentTestRule internal constructor(
} }
} }
override fun getActivityIntent(): Intent { override fun getActivityIntent(): Intent? {
return if (this::intent.isInitialized) { return if (this::intent.isInitialized) {
this.intent this.intent
} else { } else {