From 547d1547bb73965bdd8079ee37a53a5860a220f3 Mon Sep 17 00:00:00 2001 From: Jonathan Scholz Date: Tue, 21 Apr 2020 15:07:00 +0200 Subject: [PATCH] fix(dialog): use height behavior in KeyboardAvoidingView --- react/features/base/dialog/components/native/BaseDialog.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/react/features/base/dialog/components/native/BaseDialog.js b/react/features/base/dialog/components/native/BaseDialog.js index a2f969ab3..ff225b7cc 100644 --- a/react/features/base/dialog/components/native/BaseDialog.js +++ b/react/features/base/dialog/components/native/BaseDialog.js @@ -17,7 +17,6 @@ import AbstractDialog, { type State } from '../AbstractDialog'; import { brandedDialog as styles } from './styles'; -import { Platform } from '../../../react'; export type Props = AbstractProps & { @@ -56,7 +55,7 @@ class BaseDialog extends AbstractDialog { return (