Skip to content

Commit

Permalink
Name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harshad1 committed Sep 27, 2023
1 parent c44a828 commit 6ba801c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public void onViewCreated(@NonNull View view, Bundle savedInstanceState) {
_cu.showSoftKeyboard(getActivity(), defocusImeState, _hlEditor);
defocusImeState = null;
} else {
defocusImeState = GsContextUtils.isImeOpen(_hlEditor);
defocusImeState = TextViewUtils.isImeOpen(_hlEditor);
}
});
}
Expand Down

0 comments on commit 6ba801c

Please sign in to comment.