mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
remove unneeded static string
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
f25127d6e3
commit
0178499596
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ import java.lang.ref.WeakReference;
|
|||
|
||||
public class LoadUrlTask extends AsyncTask<Void, Void, String> {
|
||||
|
||||
private static final String TEXT = "text";
|
||||
|
||||
private Account account;
|
||||
private WeakReference<EditorWebView> editorWebViewWeakReference;
|
||||
private OCFile file;
|
||||
|
|
Loading…
Reference in a new issue