Skip to content

Commit

Permalink
Fix browser loading viewstate
Browse files Browse the repository at this point in the history
  • Loading branch information
laghee committed Jan 23, 2025
1 parent cae18b1 commit 1e884da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3139,6 +3139,7 @@ class BrowserTabViewModel @Inject constructor(

override fun onReceivedMaliciousSiteWarning(url: Uri) {
// TODO (cbarreiro): Fire pixel
loadingViewState.postValue(currentLoadingViewState().copy(isLoading = false, url = url.toString()))
browserViewState.postValue(
currentBrowserViewState().copy(
browserShowing = false,
Expand Down

0 comments on commit 1e884da

Please sign in to comment.