mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-03 05:03:04 +00:00
Add error logging when reading user profile from server
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
799acc4f81
commit
02a129c3fc
@ -194,6 +194,7 @@ public class ProfileController extends BaseController {
|
||||
|
||||
@Override
|
||||
public void onError(@io.reactivex.annotations.NonNull Throwable e) {
|
||||
Log.e(TAG, "Error loading editable user profile from server", e);
|
||||
edit = false;
|
||||
}
|
||||
|
||||
@ -365,6 +366,7 @@ public class ProfileController extends BaseController {
|
||||
|
||||
@Override
|
||||
public void onError(@io.reactivex.annotations.NonNull Throwable e) {
|
||||
Log.e(TAG, "Error loading editable user profile from server", e);
|
||||
edit = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user