fix setting the correct script in tests

This commit is contained in:
Helium314 2024-08-30 20:58:44 +02:00
parent 8ca65aebc9
commit be13ca40a1

View file

@ -1011,8 +1011,7 @@ class ShadowKeyboardSwitcher {
// only affects view
fun setOneHandedModeEnabled(enabled: Boolean) = Unit
@Implementation
// only affects view
fun getCurrentKeyboardScriptId() = currentScript
fun getCurrentKeyboardScript() = currentScript
}
@Implements(DictionaryFacilitatorImpl::class)