Эх сурвалжийг харах

fix build

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 7 сар өмнө
parent
commit
38d2b6e2e2

+ 1 - 1
app/src/main/java/com/owncloud/android/operations/GetServerInfoOperation.java

@@ -46,7 +46,7 @@ public class GetServerInfoOperation extends RemoteOperation {
      *                          TODO ugly dependency, get rid of it.
      *                          TODO ugly dependency, get rid of it.
      */
      */
     public GetServerInfoOperation(String url, Context context) {
     public GetServerInfoOperation(String url, Context context) {
-        mUrl = AuthenticatorUrlUtils.trimWebdavSuffix(url);
+        mUrl = AuthenticatorUrlUtils.INSTANCE.trimWebdavSuffix(url);
         mContext = context;
         mContext = context;
         mResultData = new ServerInfo();
         mResultData = new ServerInfo();
     }
     }