Skip to content

Commit

Permalink
Update a comment in androidwindowadapter.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwbobo2021 authored Dec 30, 2024
1 parent a02aede commit 37ea1eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/backends/android-activity/androidwindowadapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ impl AndroidWindowAdapter {
)?;
self.resize();

// FIXME: I don't know why this is the case, but without this, the soft input
// always prompt out on startup.
// Fixes a problem for old Android versions: the soft input always prompt out on startup.
#[cfg(feature = "native-activity")]
self.java_helper
.show_or_hide_soft_input(false)
Expand Down

0 comments on commit 37ea1eb

Please sign in to comment.