We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2907eb5 commit e9484faCopy full SHA for e9484fa
1 file changed
app/src/main/java/io/github/yawnoc/strokeinput/MainActivity.java
@@ -48,7 +48,7 @@ public void onClick(final View view) {
48
final int viewId = view.getId();
49
50
if (viewId == R.id.input_settings_button) {
51
- Intent intent = new Intent(Settings.ACTION_INPUT_METHOD_SETTINGS);
+ final Intent intent = new Intent(Settings.ACTION_INPUT_METHOD_SETTINGS);
52
startActivity(intent);
53
}
54
else if (viewId == R.id.switch_keyboard_button) {
0 commit comments