Loading src/main/java/com/nextcloud/android/sso/api/AidlNetworkRequest.java +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ public class AidlNetworkRequest extends NetworkRequest { try { mBound.wait(10000); // wait up to 10 seconds // If api is still not bound after 10 seconds.. try reconnecting // If api is still not bound after 10 seconds.. throw an exception if(!mBound.get()) { throw new NextcloudApiNotRespondingException(); } Loading Loading
src/main/java/com/nextcloud/android/sso/api/AidlNetworkRequest.java +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ public class AidlNetworkRequest extends NetworkRequest { try { mBound.wait(10000); // wait up to 10 seconds // If api is still not bound after 10 seconds.. try reconnecting // If api is still not bound after 10 seconds.. throw an exception if(!mBound.get()) { throw new NextcloudApiNotRespondingException(); } Loading