more logging

This commit is contained in:
Helium314 2024-06-09 12:12:38 +02:00
parent 9c926911fc
commit d596c028a1

View file

@ -101,7 +101,7 @@ fun getSelectedSubtype(prefs: SharedPreferences): InputMethodSubtype {
if (subtype != null) { if (subtype != null) {
return subtype return subtype
} else { } else {
Log.w(TAG, "selected subtype $localeAndLayout not found") Log.w(TAG, "selected subtype $localeAndLayout / ${prefs.getString(Settings.PREF_SELECTED_SUBTYPE, "")} not found")
} }
if (subtypes.isNotEmpty()) if (subtypes.isNotEmpty())
return subtypes.first() return subtypes.first()