Update ExoPlayer to 2.9.6, including httook dependency and deprecations

This commit is contained in:
Robin 2019-03-05 18:05:44 +01:00
parent ed1746c9f8
commit 63e02fae7a
17 changed files with 63 additions and 198 deletions

View file

@ -47,7 +47,7 @@ public class DownloadActivity extends AppCompatActivity {
@Override
public void onGlobalLayout() {
updateFragments();
getWindow().getDecorView().getViewTreeObserver().removeGlobalOnLayoutListener(this);
getWindow().getDecorView().getViewTreeObserver().removeOnGlobalLayoutListener(this);
}
});
}