How to get original requestcode from onActivityResult which is call another onActivityresult in itself?

前端 未结 0 1602
情书的邮戳
情书的邮戳 2021-01-13 00:21
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
        super.onActivityResult(requestCode, resultCode, data)
        if (resultCod         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题