Description:
Fatal Exception: android.view.InflateException
Binary XML file line #11: Error inflating class com.dscvit.vitty.ui.settings.AccountPreference
Screenshots:

Context:
a NullPointerException during the inflation of AccountPreference. This is a common issue when a UI component or its dependencies are not properly initialised before use, often encountered during the creation of views or preferences from XML layouts. The crash is occurring specifically within the constructor of AccountPreference at line 16 of AccountPreference.kt .
Check Firebase Console for More trace