signalapp / Signal-iOS

A private messenger for iOS.
https://signal.org
GNU Affero General Public License v3.0
10.6k stars 2.95k forks source link

Volume shutter no longer takes photo on iOS 17.2 #5711

Closed cclaan closed 6 months ago

cclaan commented 7 months ago

Bug description

Volume buttons no longer take photos from the camera view.

Steps to reproduce

Actual result: Volume buttons no longer take a photo, but instead adjust volume

Expected result: Volume buttons should take a photo

Device info

Device: iPhone 14 Pro

iOS version: 17.2 Beta

Signal version: 6.50.1.0

Notes It's a beta iOS version, so this could change in the public release, but I thought it was worth being aware of.

The relevant code is here: https://github.com/signalapp/Signal-iOS/blob/main/Signal/src/util/VolumeButtons.swift

The code uses private APIs , so it's possible something has changed. There was a previous similar issue a while back: https://github.com/signalapp/Signal-iOS/issues/5190

cclaan commented 6 months ago

Seems to work on the public version of iOS 17.2 . Closing