Signed-off-by: alperozturk <alper_ozturk@proton.me>
@@ -78,7 +78,9 @@ class OfflineOperationsRepository(
parentPath = newParentPath
path = newPath
}
- } else null
+ } else {
+ null
+ }
@@ -7,7 +7,6 @@
package com.nextcloud.utils.extensions
-import android.app.Activity
import androidx.appcompat.app.AppCompatActivity
import androidx.fragment.app.Fragment