Skip to content

Commit

Permalink
Merge pull request #1919 from Infomaniak/format-regions
Browse files Browse the repository at this point in the history
Format regions
  • Loading branch information
KevinBoulongne authored Jun 17, 2024
2 parents 6cf6a4f + 507e113 commit 8a02555
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/infomaniak/mail/MatomoMail.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object MatomoMail : MatomoCore {
override val Context.tracker: Tracker get() = (this as MainApplication).matomoTracker
override val siteId = 9

// region Tracker category
//region Tracker category
private const val THREAD_ACTION_CATEGORY = "threadActions"
private const val THREAD_BOTTOM_SHEET_ACTION_CATEGORY = "bottomSheetThreadActions"
//endregion
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/view_information_block.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

<LinearLayout
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_weight="1"
android:divider="@drawable/spacer_standard_medium"
android:orientation="vertical"
android:showDividers="middle">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class AppVersionCheckingTest {
)
)

// region toVersionNumbers()
//region toVersionNumbers()
@Test
fun parseVersionNumber_defaultFormat() {
Assert.assertEquals(listOf(1, 0, 1), basicVersion.toVersionNumbers())
Expand Down

0 comments on commit 8a02555

Please sign in to comment.