Skip to content

Commit

Permalink
Remove setURL for unsupported file types. (#3260)
Browse files Browse the repository at this point in the history
  • Loading branch information
daoshengmu committed Apr 28, 2020
1 parent 47137aa commit 5b346b6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1727,8 +1727,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 5b346b6

Please sign in to comment.