mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-03 21:30:12 +00:00
more logging
This commit is contained in:
parent
9c926911fc
commit
d596c028a1
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue