typo fixed

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-09-02 18:44:36 +02:00 committed by Marcel Hibbe
parent 04a7f75f78
commit fbc853fa63
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -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")
}
}