Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Stop the throbber while switching sessions (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget authored and MortimerGoro committed Nov 23, 2018
1 parent a1f7bdc commit 49290ad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ private void dumpState(GeckoSession aSession, GeckoSession.ProgressDelegate aLis
}
if (isLoading) {
aListener.onPageStart(aSession, uri);
} else {
aListener.onPageStop(aSession, true);
}

if (securityInfo != null) {
Expand Down

0 comments on commit 49290ad

Please sign in to comment.