Working detail from list!

This commit is contained in:
Daniele
2021-09-08 08:20:21 +02:00
parent 9161b61b6e
commit b8551cbb13
3 changed files with 15 additions and 10 deletions

View File

@ -48,12 +48,12 @@ public class ApiProvider {
initSsoApi(new NextcloudAPI.ApiConnectedListener() {
@Override
public void onConnected() {
// Ignore..
Log.d(TAG, "Connected to Nextcloud instance");
}
@Override
public void onError(Exception ex) {
// Ignore...
Log.d(TAG, "Unable to connect to Nextcloud instance: " + ex.toString());
}
});
}