Ah yes
Please concentrate.
This commit is contained in:
parent
63f12a0ce3
commit
5f9450d099
@ -23,7 +23,6 @@ class NextcloudFile(
|
|||||||
get() = true
|
get() = true
|
||||||
|
|
||||||
override fun getLaunchIntent(context: Context): Intent? {
|
override fun getLaunchIntent(context: Context): Intent? {
|
||||||
var nextcloudApp: String? = null
|
|
||||||
return Intent(Intent.ACTION_VIEW).apply {
|
return Intent(Intent.ACTION_VIEW).apply {
|
||||||
data = Uri.parse("$server/f/$id")
|
data = Uri.parse("$server/f/$id")
|
||||||
flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user