class does not implement ActivityResultLauncher AS ArcticFox

孤街醉人 提交于 2021-01-28 05:01:00

问题


I just installed the last version of Android Studio Arctic Fox | 2020.3.1 Canary 3.

When I open my projects, studio shows error for all of the fragments :

Class 'MapsFragment' is not abstract and does not implement abstract base class member public abstract fun <I : Any!, O : Any!> prepareCall(contract: ActivityResultContract<I!, O!>, callback: ActivityResultCallback<O!>): ActivityResultLauncher<I!> defined in androidx.fragment.app.Fragment

is it AS bug?

来源:https://stackoverflow.com/questions/65488014/class-does-not-implement-activityresultlauncher-as-arcticfox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!