From f2abf143f1e6e39ca58de65bca87ca31d2b47e4e Mon Sep 17 00:00:00 2001 From: Ilya Charkas Date: Tue, 20 Jun 2023 20:25:12 +0300 Subject: [PATCH] [Android] Adjust resize on FeatureCategoryActivity Adjust resize on FeatureCategoryActivity while opening on-screen keyboard. Fixes: organicmaps#5128 Signed-off-by: Ilya Charkas --- android/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index bd410d50ba..c806e0e579 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -718,7 +718,8 @@ + android:parentActivityName="app.organicmaps.MwmActivity" + android:windowSoftInputMode="adjustResize" />