changliu

Results 2 issues of changliu

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.mall/com.example.mall.MainActivity}: java.lang.ClassCastException: com.example.mall.MainActivity cannot be cast to me.yokeyword.fragmentation.SupportActivity ``` abstract class ProxyActivity : AppCompatActivity(), ISupportActivity { private lateinit var mDelegate: SupportActivityDelegate abstract fun setRootFragment(): MallFragment...