File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/main/java/org/mozilla/reference/browser/push Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,9 @@ dependencies {
343
343
344
344
androidTestImplementation libs. androidx. test. espresso. core
345
345
androidTestImplementation libs. androidx. test. espresso. idling. resources
346
+ constraints {
347
+ implementation(libs. androidx. test. monitor)
348
+ }
346
349
androidTestImplementation libs. androidx. test. monitor
347
350
androidTestImplementation libs. androidx. test. rules
348
351
androidTestImplementation libs. androidx. test. runner
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import mozilla.components.feature.accounts.push.SendTabFeature
16
16
import mozilla.components.feature.push.AutoPushFeature
17
17
import mozilla.components.feature.push.PushScope
18
18
import mozilla.components.service.fxa.manager.FxaAccountManager
19
- import mozilla.components.service.fxa.manager.ext.withConstellation
19
+ import mozilla.components.service.fxa.manager.ext.withConstellationIfExists
20
20
import org.mozilla.reference.browser.components.BackgroundServices
21
21
import org.mozilla.reference.browser.components.Push
22
22
@@ -122,7 +122,7 @@ internal class OneTimeMessageDeliveryObserver(
122
122
authType : AuthType ,
123
123
) {
124
124
MainScope ().launch {
125
- lazyAccount.value.withConstellation {
125
+ lazyAccount.value.withConstellationIfExists {
126
126
processRawEvent(String (message))
127
127
}
128
128
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
# Android Components
3
- android-components = " 143.0.20250724212906 "
3
+ android-components = " 143.0.20250728093414 "
4
4
5
5
# AGP
6
6
android-gradle-plugin = " 8.11.1"
You can’t perform that action at this time.
0 commit comments