Skip to content

fix: add nil guard for webView in viewDidDisappear - #108

Merged
ahmadAlfhajri merged 2 commits into
masterfrom
release/3.10.9
Jul 30, 2026
Merged

fix: add nil guard for webView in viewDidDisappear#108
ahmadAlfhajri merged 2 commits into
masterfrom
release/3.10.9

Conversation

@ahmadAlfhajri

Copy link
Copy Markdown
Collaborator

Add a guard check to safely unwrap webView before accessing its
properties in viewDidDisappear for both AuthenticationWebViewController
and WebViewController. This prevents potential crashes when the webView
has already been deallocated before the cleanup code executes.

 Add a guard check to safely unwrap webView before accessing its
 properties in viewDidDisappear for both AuthenticationWebViewController
 and WebViewController. This prevents potential crashes when the webView
 has already been deallocated before the cleanup code executes.
@ahmadAlfhajri
ahmadAlfhajri requested a review from azaky July 30, 2026 08:25
@ahmadAlfhajri
ahmadAlfhajri merged commit 5b49eda into master Jul 30, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants