Please concentrate.
This commit is contained in:
MM20 2022-02-06 18:57:14 +01:00
parent 63f12a0ce3
commit 5f9450d099
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -23,7 +23,6 @@ class NextcloudFile(
get() = true
override fun getLaunchIntent(context: Context): Intent? {
var nextcloudApp: String? = null
return Intent(Intent.ACTION_VIEW).apply {
data = Uri.parse("$server/f/$id")
flags = Intent.FLAG_ACTIVITY_NEW_TASK