mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-28 18:48:09 +00:00
fix setting the correct script in tests
This commit is contained in:
parent
8ca65aebc9
commit
be13ca40a1
1 changed files with 1 additions and 2 deletions
|
@ -1011,8 +1011,7 @@ class ShadowKeyboardSwitcher {
|
||||||
// only affects view
|
// only affects view
|
||||||
fun setOneHandedModeEnabled(enabled: Boolean) = Unit
|
fun setOneHandedModeEnabled(enabled: Boolean) = Unit
|
||||||
@Implementation
|
@Implementation
|
||||||
// only affects view
|
fun getCurrentKeyboardScript() = currentScript
|
||||||
fun getCurrentKeyboardScriptId() = currentScript
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Implements(DictionaryFacilitatorImpl::class)
|
@Implements(DictionaryFacilitatorImpl::class)
|
||||||
|
|
Loading…
Add table
Reference in a new issue