Skip to content

Commit 3c368c2

Browse files
committed
Update visibility modifier for push unsubscribe
1 parent 2d238e0 commit 3c368c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/feature/push/src/main/java/mozilla/components/feature/push/AutoPushFeature.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class AutoPushFeature(
194194
/**
195195
* Returns subscription information for the push type if available.
196196
*/
197-
internal fun unsubscribeForType(type: PushType) {
197+
fun unsubscribeForType(type: PushType) {
198198
DeliveryManager.with(connection) {
199199
scope.launchAndTry {
200200
unsubscribe(type.toChannelId())

0 commit comments

Comments
 (0)