Preventing hash colisions in identifier of operations
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / activity / FileActivity.java
index c4dd28a..4943730 100644 (file)
@@ -306,6 +306,11 @@ public class FileActivity extends SherlockFragmentActivity implements OnRemoteOp
     }
     
     
+    public OperationsServiceBinder getOperationsServiceBinder() {
+        return mOperationsServiceBinder;
+    }
+
+
     /**
      * Helper class handling a callback from the {@link AccountManager} after the creation of
      * a new ownCloud {@link Account} finished, successfully or not.