mozilla-mobile / mozilla-vpn-client

A fast, secure and easy to use VPN. Built by the makers of Firefox.
https://vpn.mozilla.org
Other
466 stars 113 forks source link

[Android] Multi-hop OS notification does not display both locations when connecting from the notification bar #6504

Open data-sync-user opened 1 year ago

data-sync-user commented 1 year ago

Important details: 

Affected versions:

Tested Platforms:

Prerequisites: 

Steps to reproduce:

  1. Turn OFF the VPN;
  2. Dismiss the “VPN Disconnected” OS notification;
  3. Turn ON the VPN from the notification bar;
  4. Observe the OS notification;

Expected result:

Actual result:

Notes:

┆Issue is synchronized with this Jira Bug ┆Reporter: Bianca Hidecuti

data-sync-user commented 1 year ago

➤ Gela Malek Pour commented:

Looks like Android notifications are coming from androidcontroller.cpp as opposed to notificationhandler.cpp which handles notifications for the rest of the platforms. So we just need to make the same changes in androidcontroller to unify the notifications.