From 66c952190d0272881ab4de34e1f731f4279ae6cc Mon Sep 17 00:00:00 2001 From: manuroe Date: Mon, 11 May 2020 17:55:50 +0200 Subject: [PATCH] AuthenticationVC: Fix crash due to update to WKWebView The crash was: ``` 2020-05-11 17:53:44.125128+0200 Riot[60416:899392] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Configuration cannot be nil' *** First throw call stack: ( 0 CoreFoundation 0x000000010b0e98db __exceptionPreprocess + 331 1 libobjc.A.dylib 0x0000000109d3dac5 objc_exception_throw + 48 2 CoreFoundation 0x000000010b0e9735 +[NSException raise:format:] + 197 3 WebKit 0x00000001080f112e -[WKWebView _initializeWithConfiguration:] + 88 4 WebKit 0x00000001080f35ab -[WKWebView initWithCoder:] + 131 --- Riot/Modules/Authentication/AuthenticationViewController.xib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Modules/Authentication/AuthenticationViewController.xib b/Riot/Modules/Authentication/AuthenticationViewController.xib index b884de4d6..c9106569d 100644 --- a/Riot/Modules/Authentication/AuthenticationViewController.xib +++ b/Riot/Modules/Authentication/AuthenticationViewController.xib @@ -466,7 +466,7 @@ Clear it if you're finished using this device, or want to sign in to another acc - +