Commit a3be72ce authored by wanglei's avatar wanglei

解决分享崩溃

parent 20700db5
......@@ -132,7 +132,8 @@ class KoInternalkoActivity : AppCompatActivity() {
putExtra("android.intent.extra.STREAM", arrayList)
flags = Intent.FLAG_GRANT_READ_URI_PERMISSION
}
startActivity(Intent.createChooser(intent, null))
// startActivity(Intent.createChooser(intent, null))
startActivity(intent)
}
binding.llRename.setOnClickListener {
val list = adapter.getSelectData()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment