mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Merge tag '1.5.32' into develop
no message
This commit is contained in:
commit
0dc70a5d75
6 changed files with 13 additions and 4 deletions
10
CHANGES.md
10
CHANGES.md
|
@ -1,3 +1,13 @@
|
|||
Changes in Element v1.5.32 (2023-04-19)
|
||||
=======================================
|
||||
|
||||
Bugfixes 🐛
|
||||
----------
|
||||
- Fix multiple read receipts for the same user in timeline. ([#7882](https://github.com/vector-im/element-android/issues/7882))
|
||||
- The new permalink rendering is not applied on permalink created with the potential clientPermalinkBaseUrl ([#8307](https://github.com/vector-im/element-android/issues/8307))
|
||||
- Keep screen on while recording voicebroadcast ([#8313](https://github.com/vector-im/element-android/issues/8313))
|
||||
|
||||
|
||||
Changes in Element v1.5.30 (2023-04-05)
|
||||
=======================================
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Fix multiple read receipts for the same user in timeline.
|
|
@ -1,2 +0,0 @@
|
|||
The new permalink rendering is not applied on permalink created with the potential clientPermalinkBaseUrl
|
||||
|
|
@ -1 +0,0 @@
|
|||
Keep screen on while recording voicebroadcast
|
2
fastlane/metadata/android/en-US/changelogs/40105320.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40105320.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Main changes in this version: Mainly bugfixing.
|
||||
Full changelog: https://github.com/vector-im/element-android/releases
|
|
@ -182,6 +182,7 @@ class HomeActivityViewModel @AssistedInject constructor(
|
|||
if (analyticsConfig.isEnabled) {
|
||||
analyticsStore.didAskUserConsentFlow
|
||||
.onEach { didAskUser ->
|
||||
Timber.v("DidAskUserConsent: $didAskUser")
|
||||
if (!didAskUser) {
|
||||
_viewEvents.post(HomeActivityViewEvents.ShowAnalyticsOptIn)
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue