mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-15 08:45:04 +01: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) {
|
} catch (npe: NullPointerException) {
|
||||||
// view binding can be null
|
// 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")
|
Log.i(BrowserController.TAG, "UI destroyed - view binding already gone")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user