We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01b52e commit 5452590Copy full SHA for 5452590
packages/core/ui/core/view/index.android.ts
@@ -446,12 +446,12 @@ class Inset {
446
this.view.setInt32(INSET_BOTTOM, value, true);
447
}
448
449
- public get ime(): number {
+ public get imeBottom(): number {
450
return this.view.getInt32(INSET_BOTTOM_IME, true);
451
452
453
- public set ime(value: number) {
454
- this.view.setInt32(INSET_BOTTOM, value, true);
+ public set imeBottom(value: number) {
+ this.view.setInt32(INSET_BOTTOM_IME, value, true);
455
456
457
public get leftConsumed(): boolean {
0 commit comments