Bladeren bron

change menu item order in clipper menu

cyberta 2 jaren geleden
bovenliggende
commit
4f43cdedec
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      deltachat-ios/Chat/ChatViewController.swift

+ 1 - 1
deltachat-ios/Chat/ChatViewController.swift

@@ -1349,8 +1349,8 @@ class ChatViewController: UITableViewController {
 
         alert.addAction(cameraAction)
         alert.addAction(galleryAction)
-        alert.addAction(webxdcAction)
         alert.addAction(documentAction)
+        alert.addAction(webxdcAction)
         alert.addAction(voiceMessageAction)
 
         if let config = dcContext.getConfig("webrtc_instance"), !config.isEmpty {