We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d238e0 commit 3c368c2Copy full SHA for 3c368c2
components/feature/push/src/main/java/mozilla/components/feature/push/AutoPushFeature.kt
@@ -194,7 +194,7 @@ class AutoPushFeature(
194
/**
195
* Returns subscription information for the push type if available.
196
*/
197
- internal fun unsubscribeForType(type: PushType) {
+ fun unsubscribeForType(type: PushType) {
198
DeliveryManager.with(connection) {
199
scope.launchAndTry {
200
unsubscribe(type.toChannelId())
0 commit comments