Update ExoPlayer to 2.9.6, including httook dependency and deprecations
This commit is contained in:
parent
ed1746c9f8
commit
63e02fae7a
17 changed files with 63 additions and 198 deletions
|
|
@ -47,7 +47,7 @@ public class DownloadActivity extends AppCompatActivity {
|
|||
@Override
|
||||
public void onGlobalLayout() {
|
||||
updateFragments();
|
||||
getWindow().getDecorView().getViewTreeObserver().removeGlobalOnLayoutListener(this);
|
||||
getWindow().getDecorView().getViewTreeObserver().removeOnGlobalLayoutListener(this);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue