Skip to content

Commit

Permalink
Remove setURL for unsupported file types.
Browse files Browse the repository at this point in the history
  • Loading branch information
daoshengmu committed Apr 28, 2020
1 parent a7cbec3 commit d9ed982
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1728,8 +1728,6 @@ public void onPlaybackStateChange(@NonNull MediaElement mediaElement, int state)
@Override
public void onPageStart(@NonNull GeckoSession geckoSession, @NonNull String aUri) {
mCaptureOnPageStop = true;

mViewModel.setUrl(aUri);
mViewModel.setIsLoading(true);
}

Expand Down

0 comments on commit d9ed982

Please sign in to comment.