update targetSdkVersion to 28 (#842)
* update targetSdkVersion to 28 * update robolectric to support api 28
This commit is contained in:
parent
4402f3d337
commit
dbb3f4e826
4 changed files with 8 additions and 8 deletions
|
@ -68,7 +68,7 @@ object AppInjector {
|
|||
if (activity is FragmentActivity) {
|
||||
activity.supportFragmentManager.registerFragmentLifecycleCallbacks(
|
||||
object : FragmentManager.FragmentLifecycleCallbacks() {
|
||||
override fun onFragmentCreated(fm: FragmentManager?, f: Fragment?,
|
||||
override fun onFragmentCreated(fm: FragmentManager, f: Fragment,
|
||||
savedInstanceState: Bundle?) {
|
||||
if (f is Injectable) {
|
||||
AndroidSupportInjection.inject(f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue