We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8cf7f commit a5ac810Copy full SHA for a5ac810
1 file changed
app/src/main/java/io/github/sds100/keymapper/util/Inject.kt
@@ -183,7 +183,7 @@ object Inject {
183
UseCases.displayKeyMap(ctx),
184
),
185
UseCases.listFloatingLayouts(ctx),
186
- ShowInputMethodPickerUseCaseImpl(ServiceLocator.inputMethodAdapter(ctx))
+ ShowInputMethodPickerUseCaseImpl(ServiceLocator.inputMethodAdapter(ctx)),
187
)
188
189
fun settingsViewModel(context: Context): SettingsViewModel.Factory = SettingsViewModel.Factory(
0 commit comments