mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-19 13:41:26 +00:00
typo fixed
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
04a7f75f78
commit
fbc853fa63
@ -322,7 +322,7 @@ abstract class BrowserController(args: Bundle) :
|
||||
}
|
||||
} catch (npe: NullPointerException) {
|
||||
// view binding can be null
|
||||
// since this is called asynchrously and UI might have been destroyed in the meantime
|
||||
// since this is called asynchronously and UI might have been destroyed in the meantime
|
||||
Log.i(BrowserController.TAG, "UI destroyed - view binding already gone")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user