Skip to content

Commit 3411fb3

Browse files
KM-13540 Do nothing when tapping the version in the menu (#230)
1 parent 60c6090 commit 3411fb3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

PIA VPN/UI/Menu/MenuViewController.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,9 @@ extension MenuViewController: UITableViewDataSource, UITableViewDelegate {
513513
application.open(AppConstants.Web.privacyURL, options: [:], completionHandler: nil)
514514
return
515515

516+
case .version:
517+
return
518+
516519
default:
517520
break
518521
}

0 commit comments

Comments
 (0)