mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
fix
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
6f398e63e2
commit
4bb1198b6e
2 changed files with 3 additions and 2 deletions
|
@ -48,7 +48,7 @@ public class TextEditorLoadUrlTask extends AsyncTask<Void, Void, String> {
|
|||
}
|
||||
|
||||
RemoteOperationResult<String> result = new DirectEditingOpenFileRemoteOperation(file.getRemotePath(), editor.getId())
|
||||
.executeNextcloudClient(user, editorWebViewWeakReference.get());
|
||||
.executeNextcloudClient(user, editorWebView);
|
||||
|
||||
|
||||
if (!result.isSuccess()) {
|
||||
|
|
|
@ -667,7 +667,8 @@
|
|||
</component>
|
||||
<component group="androidx.arch.core" name="core-runtime" version="2.2.0">
|
||||
<artifact name="core-runtime-2.2.0.aar">
|
||||
<sha256 value="a1be5e0caa2b07623862af6ae21b3ab0718123245184d0e30dea81b53f990a47" origin="Generated by Gradle"/>
|
||||
<sha256 value="a1be5e0caa2b07623862af6ae21b3ab0718123245184d0e30dea81b53f990a47"
|
||||
origin="Generated by Gradle" reason="Artifact is not signed" />
|
||||
</artifact>
|
||||
<artifact name="core-runtime-2.2.0.module">
|
||||
<sha256 value="a8b17513949e5db6c9601c30be19df953762dd877512f1e2cfcfae81d2440944" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
|
|
Loading…
Reference in a new issue