CAAPIM / Android-MAS-SDK

Install and use the Mobile SDK for Androidâ„¢
Other
14 stars 22 forks source link

De473035 bugfix SCIM call #372

Closed abhisheknaidu-462 closed 3 years ago

abhisheknaidu-462 commented 4 years ago

In order to block the SCIM call, in MASUserRepositoryImpl.java file an exception is created and in the catch block Callback.onError(callback, e) is called so that the remaining api calls which have to be executed after the SCIM call are not blocked.