Commit 2f6a497d by andrewlewis Committed by Oliver Woodman

Use mappedTrackInfo local

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178216750
parent a7b11ecb
...@@ -233,8 +233,8 @@ public class PlayerActivity extends Activity implements OnClickListener, ...@@ -233,8 +233,8 @@ public class PlayerActivity extends Activity implements OnClickListener,
} else if (view.getParent() == debugRootView) { } else if (view.getParent() == debugRootView) {
MappedTrackInfo mappedTrackInfo = trackSelector.getCurrentMappedTrackInfo(); MappedTrackInfo mappedTrackInfo = trackSelector.getCurrentMappedTrackInfo();
if (mappedTrackInfo != null) { if (mappedTrackInfo != null) {
trackSelectionHelper.showSelectionDialog(this, ((Button) view).getText(), trackSelectionHelper.showSelectionDialog(
trackSelector.getCurrentMappedTrackInfo(), (int) view.getTag()); this, ((Button) view).getText(), mappedTrackInfo, (int) view.getTag());
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment