We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5065b2 commit 6cf0285Copy full SHA for 6cf0285
Loop/View Controllers/StatusTableViewController.swift
@@ -1865,15 +1865,6 @@ final class StatusTableViewController: LoopChartsTableViewController {
1865
lastOrientation = UIDevice.current.orientation
1866
}
1867
1868
- override func motionEnded(_ motion: UIEvent.EventSubtype, with event: UIEvent?) {
1869
- guard FeatureFlags.allowDebugFeatures else {
1870
- return
1871
- }
1872
- if motion == .motionShake {
1873
- presentDebugMenu()
1874
1875
1876
-
1877
private func presentDebugMenu() {
1878
guard FeatureFlags.allowDebugFeatures else {
1879
return
0 commit comments