mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Use mappedTrackInfo local
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178216750
This commit is contained in:
parent
39e8f07566
commit
e7d4524c27
1 changed files with 2 additions and 2 deletions
|
|
@ -233,8 +233,8 @@ public class PlayerActivity extends Activity implements OnClickListener,
|
|||
} else if (view.getParent() == debugRootView) {
|
||||
MappedTrackInfo mappedTrackInfo = trackSelector.getCurrentMappedTrackInfo();
|
||||
if (mappedTrackInfo != null) {
|
||||
trackSelectionHelper.showSelectionDialog(this, ((Button) view).getText(),
|
||||
trackSelector.getCurrentMappedTrackInfo(), (int) view.getTag());
|
||||
trackSelectionHelper.showSelectionDialog(
|
||||
this, ((Button) view).getText(), mappedTrackInfo, (int) view.getTag());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue