You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix MaterialSpinner import error in TransliterationActivity
Replaced non-existent com.google.android.material.spinner.MaterialSpinner
with standard android.widget.Spinner. MaterialSpinner doesn't exist in the
Material Components library.
0 commit comments