소스 검색

Test

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 년 전
부모
커밋
abf2d372a0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      iOSClient/Settings/NCManageE2EE.swift

+ 2 - 1
iOSClient/Settings/NCManageE2EE.swift

@@ -379,6 +379,7 @@ struct NCViewE2EETest: View {
 
 struct NCViewE2EE_Previews: PreviewProvider {
     static var previews: some View {
-        NCViewE2EETest()
+        let account = (UIApplication.shared.delegate as! AppDelegate).account
+        NCViewE2EE(account: account)
     }
 }