Skip to content

Commit

Permalink
fix: bad clipping for questions #2525 (#3939)
Browse files Browse the repository at this point in the history
* possible fix for the bug

* Testing if sonarcloud analysis still works for changed default branch

Co-authored-by: SP <sann.mp@gmail.com>
  • Loading branch information
Oona and San-MP committed Apr 12, 2021
1 parent 654df81 commit fd51979
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-feature.yml
Expand Up @@ -38,4 +38,4 @@ jobs:
uses: actions/checkout@v2

- name: Validate fastlane metadata
uses: ashutoshgngwr/validate-fastlane-supply-metadata@v1
uses: ashutoshgngwr/validate-fastlane-supply-metadata@v1
1 change: 0 additions & 1 deletion app/src/main/res/layout/dialog_product_question.xml
Expand Up @@ -61,7 +61,6 @@
android:layout_marginTop="30dp"
android:ellipsize="marquee"
android:gravity="center"
android:singleLine="true"
android:textSize="14sp"
android:textStyle="bold"
tools:text="Question" />
Expand Down

0 comments on commit fd51979

Please sign in to comment.