mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-31 11:52:13 +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) {
|
||||
return subtype
|
||||
} 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())
|
||||
return subtypes.first()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue