File tree Expand file tree Collapse file tree
app/src/main/java/org/thoughtcrime/securesms/home Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -345,7 +345,6 @@ fun DonationDialog(
345345 AccentFillButtonRect (
346346 modifier = Modifier
347347 .qaTag(R .string.qa_cta_button_positive)
348- .weight(1f )
349348 .shimmerOverlay(),
350349 text = stringResource(R .string.donateSessionAppealReadMore),
351350 onClick = {
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import kotlinx.coroutines.flow.StateFlow
2020import kotlinx.coroutines.flow.catch
2121import kotlinx.coroutines.flow.combine
2222import kotlinx.coroutines.flow.distinctUntilChanged
23+ import kotlinx.coroutines.flow.filter
2324import kotlinx.coroutines.flow.flatMapLatest
2425import kotlinx.coroutines.flow.map
2526import kotlinx.coroutines.flow.onStart
@@ -262,6 +263,7 @@ class HomeViewModel @Inject constructor(
262263 if (! showExpiring && ! showExpired && donationManager.shouldShowDonationCTA()){
263264 showDonationCTA()
264265 }
266+ showDonationCTA()
265267 }
266268 }
267269
You can’t perform that action at this time.
0 commit comments