Skip to content

Commit

Permalink
Fixed the appearence of keyboard while renaming#
Browse files Browse the repository at this point in the history
  • Loading branch information
Miniman committed Sep 24, 2023
1 parent a189d9a commit befff06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public void run() {
InputMethodManager imm = (InputMethodManager) requireActivity().getSystemService(Context.INPUT_METHOD_SERVICE);
imm.showSoftInput(binding.userInput, InputMethodManager.SHOW_IMPLICIT);
}
}, 100); // Delay for 200 milliseconds
}, 100); // Delay for 100 milliseconds
}
});
return dialog;
Expand Down

0 comments on commit befff06

Please sign in to comment.