From 9f0a4e398ce8a0b39cd038b249481bc76b55a331 Mon Sep 17 00:00:00 2001 From: SP Date: Tue, 16 Mar 2021 19:22:59 +0200 Subject: [PATCH 1/2] possible fix for the bug --- app/src/main/res/layout/dialog_product_question.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/dialog_product_question.xml b/app/src/main/res/layout/dialog_product_question.xml index 7b351ede6705..ce86e73ab55a 100644 --- a/app/src/main/res/layout/dialog_product_question.xml +++ b/app/src/main/res/layout/dialog_product_question.xml @@ -62,7 +62,6 @@ android:layout_marginTop="30dp" android:ellipsize="marquee" android:gravity="center" - android:singleLine="true" android:textSize="14sp" android:textStyle="bold" tools:text="Question" /> From f51aa258b3a90af4a1be0f79a2c7de317c7e1325 Mon Sep 17 00:00:00 2001 From: Oona Laitamaki Date: Wed, 17 Mar 2021 14:20:48 +0200 Subject: [PATCH 2/2] Testing if sonarcloud analysis still works for changed default branch --- .github/workflows/android-feature.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android-feature.yml b/.github/workflows/android-feature.yml index 17004151d559..40ab9d2f3158 100644 --- a/.github/workflows/android-feature.yml +++ b/.github/workflows/android-feature.yml @@ -26,3 +26,4 @@ jobs: - name: Unit tests run: bash ./gradlew testObfDebugUnitTest testOffDebugUnitTest testOpfDebugUnitTest testOpffDebugUnitTest --stacktrace +