``` } catch (e: UninitializedPropertyAccess...
# intellij
e
Copy code
} catch (e: UninitializedPropertyAccessException) { // Espresso tests sometimes crash because the AppBar is collapsed when it not properly initialized yet.
        }