mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
add error message to log
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
f945694a14
commit
454200d797
@ -2050,10 +2050,10 @@ class ChatController(args: Bundle) :
|
||||
} else {
|
||||
processMessages(response, false, 0)
|
||||
}
|
||||
} catch (npe: NullPointerException) {
|
||||
} catch (e: NullPointerException) {
|
||||
// view binding can be null
|
||||
// since this is called asynchrously and UI might have been destroyed in the meantime
|
||||
Log.i(TAG, "UI destroyed - view binding already gone")
|
||||
Log.i(TAG, "UI destroyed - view binding already gone", e)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user