summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/CustomNavigationController.swift
AgeCommit message (Collapse)AuthorFilesLines
2023-01-20Drop custom navigation controllerAndrej Mihajlov1-122/+0
Removes redundant ConditionalNavigation protocol that is not used for anything more than disabling pop gesture in problem reports when editing. Pop gesture can be disabled directly from within problem report view controller.
2022-08-12Throttle account data updates and do them more oftenAndrej Mihajlov1-0/+6
2022-08-03Format source code with swiftformatAndrej Mihajlov1-11/+25
2021-05-21Replace class with AnyObject in protocol inheritanceAndrej Mihajlov1-1/+1
Fixes the deprecation notice
2021-02-24Add custom navigation controllerAndrej Mihajlov1-0/+102