diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-10-08 13:38:34 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-10-08 13:38:34 +0200 |
| commit | a0086e992faf269a6819e1c593962d360ee052aa (patch) | |
| tree | 7fb71a3edcfba7e2499f5cfc011dcafd3f9e12bc | |
| parent | adbd44add2cfeaf70cc53330ab1194edcab15096 (diff) | |
| parent | 70dc8d51720a9aa7088a9156fe52ea543fc12e21 (diff) | |
| download | mullvadvpn-a0086e992faf269a6819e1c593962d360ee052aa.tar.xz mullvadvpn-a0086e992faf269a6819e1c593962d360ee052aa.zip | |
Merge branch 'increase-touch-target-size-the-_log-out-device_-button-in-ios-857'
| -rw-r--r-- | ios/MullvadVPN/View controllers/DeviceList/DeviceRowView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/DeviceList/DeviceRowView.swift b/ios/MullvadVPN/View controllers/DeviceList/DeviceRowView.swift index 1fec0aeffe..d3da30a16e 100644 --- a/ios/MullvadVPN/View controllers/DeviceList/DeviceRowView.swift +++ b/ios/MullvadVPN/View controllers/DeviceList/DeviceRowView.swift @@ -41,7 +41,7 @@ class DeviceRowView: UIView { renderingMode: .alwaysOriginal ) - let button = UIButton(type: .custom) + let button = IncreasedHitButton(type: .custom) button.translatesAutoresizingMaskIntoConstraints = false button.setImage(image, for: .normal) button.accessibilityLabel = NSLocalizedString( |
