Skip to content

Commit

Permalink
Merge pull request #899 from tchapgouv/appndigital/activate-voice-mes…
Browse files Browse the repository at this point in the history
…sage

Activate voice message
  • Loading branch information
appndigital authored Apr 7, 2023
2 parents 82af666 + 79f45c9 commit d5e2c32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions changelog.d/609.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sending a voice message
3 changes: 1 addition & 2 deletions vector-config/src/main/java/im/vector/app/config/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ object Config {
const val SHOW_SPACES = false
const val SPACES_SHOW_ALL_IN_HOME = !SHOW_SPACES

// Tchap: Hide voice message recorder button
const val SHOW_VOICE_RECORDER = false
const val SHOW_VOICE_RECORDER = true

/**
* Flag to allow external UnifiedPush distributors to be chosen by the user.
Expand Down
6 changes: 3 additions & 3 deletions vector/src/main/res/drawable/ic_composer_rich_mic_pressed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
android:viewportHeight="52">
<path
android:pathData="M26.173,26.169m-22.763,0a22.763,22.763 0,1 1,45.526 0a22.763,22.763 0,1 1,-45.526 0"
android:fillColor="#0DBD8B"/>
android:fillColor="?colorPrimary"/>
<path
android:pathData="M26,26m-26,0a26,26 0,1 1,52 0a26,26 0,1 1,-52 0"
android:strokeAlpha="0.2"
android:fillColor="#0DBD8B"
android:fillColor="?colorPrimary"
android:fillAlpha="0.2"/>
<path
android:pathData="M26,29.5C27.937,29.5 29.488,27.937 29.488,26L29.5,19C29.5,17.063 27.937,15.5 26,15.5C24.063,15.5 22.5,17.063 22.5,19V26C22.5,27.937 24.063,29.5 26,29.5ZM33.093,26C32.603,26 32.195,26.35 32.125,26.828C31.693,29.873 28.952,31.95 26,31.95C23.048,31.95 20.307,29.885 19.875,26.828C19.805,26.35 19.385,26 18.907,26C18.3,26 17.833,26.537 17.915,27.132C18.452,30.597 21.368,33.315 24.833,33.84V36.5C24.833,37.142 25.358,37.667 26,37.667C26.642,37.667 27.167,37.142 27.167,36.5V33.84C30.62,33.338 33.548,30.597 34.085,27.132C34.167,26.537 33.7,26 33.093,26Z"
android:fillColor="#ffffff"/>
android:fillColor="?colorOnPrimary"/>
</vector>

0 comments on commit d5e2c32

Please sign in to comment.