Skip to content

Commit

Permalink
Set default keyboard state
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk committed Jun 11, 2024
1 parent 14cf3ec commit b6dbbe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import com.facebook.react.uimanager.PixelUtil;

public class Keyboard {
private KeyboardState mState;
private KeyboardState mState = KeyboardState.UNKNOWN;
private int mHeight = 0;
private int mActiveTransitionCounter = 0;
private static final int CONTENT_TYPE_MASK = WindowInsetsCompat.Type.ime();
Expand Down

0 comments on commit b6dbbe3

Please sign in to comment.