From 1f950d2c0bcbf3cc51be073872afd69fc120218b Mon Sep 17 00:00:00 2001 From: Mihail Mitrofanov Date: Tue, 10 Jun 2025 13:10:00 +0200 Subject: [PATCH] [android] Prevent crash when direction arrow view is missing in landscape mode Signed-off-by: Mihail Mitrofanov --- .../src/main/res/layout-land/fragment_direction.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/android/app/src/main/res/layout-land/fragment_direction.xml b/android/app/src/main/res/layout-land/fragment_direction.xml index 8dd83abf2..368807af2 100644 --- a/android/app/src/main/res/layout-land/fragment_direction.xml +++ b/android/app/src/main/res/layout-land/fragment_direction.xml @@ -52,5 +52,15 @@ android:layout_marginTop="@dimen/margin_direction_mid" android:textSize="@dimen/text_direction_dist" tools:text="9000 km"/> + +