diff --git a/OsmAnd-telegram/res/layout/fragement_settings_dialog.xml b/OsmAnd-telegram/res/layout/fragement_settings_dialog.xml index e063c5ee3d..bd1bb922e1 100644 --- a/OsmAnd-telegram/res/layout/fragement_settings_dialog.xml +++ b/OsmAnd-telegram/res/layout/fragement_settings_dialog.xml @@ -5,6 +5,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + android:fitsSystemWindows="true" android:orientation="vertical"> (R.id.welcome_continue_button) - continueButton?.setOnClickListener { - showWelcomeDialog = false - if (!privacyPolicyAgreed) { - loginDialogActiveType = LoginDialogType.PRIVACY_POLICY - showProgress = false - } else if (loginDialogActiveType == null) { - loginDialogActiveType = LoginDialogType.ENTER_PHONE_NUMBER - showProgress = true + view?.findViewById