feat(settings): display notifications URL in recents
This commit is contained in:
@@ -363,4 +363,9 @@ public class SettingsNotificationsFragment extends BaseSettingsFragment<Void>{
|
|||||||
rebindItem(unifiedPushItem);
|
rebindItem(unifiedPushItem);
|
||||||
}).setOnCancelListener(d->rebindItem(unifiedPushItem)).show();
|
}).setOnCancelListener(d->rebindItem(unifiedPushItem)).show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Uri getWebUri(Uri.Builder base) {
|
||||||
|
return base.path("/settings/preferences/notifications").build();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user