Skip to content

Commit

Permalink
Fix Issue #74
Browse files Browse the repository at this point in the history
  • Loading branch information
Woohyeok Choi committed Oct 21, 2020
1 parent 81a34e1 commit 53ef881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class KeyLogSettingActivity :
manager = supportFragmentManager,
owner = this@KeyLogSettingActivity,
title = getString(R.string.setting_key_log_keyboard_type_title),
value = viewModel.keyboardType,
value = options.indexOf(viewModel.keyboardType),
items = items
)

Expand Down

0 comments on commit 53ef881

Please sign in to comment.