Skip to content
Snippets Groups Projects
Commit 41f11841 authored by Mohamed Metwalli's avatar Mohamed Metwalli
Browse files

Fix nullable type

parent e283a2ee
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class TestApplication : Application(), HasAndroidInjector {
override fun onActivityStopped(activity: Activity) = Unit
override fun onActivitySaveInstanceState(activity: Activity, outState: Bundle?) = Unit
override fun onActivitySaveInstanceState(activity: Activity, outState: Bundle) = Unit
override fun onActivityDestroyed(activity: Activity) = Unit
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment