mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Remove view index adjustment for retry button (which no longer exists)
Issue: #4059 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=191414566
This commit is contained in:
parent
fb868ad725
commit
ab3db0e4cb
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ public class PlayerActivity extends Activity
|
|||
button.setText(label);
|
||||
button.setTag(i);
|
||||
button.setOnClickListener(this);
|
||||
debugRootView.addView(button, debugRootView.getChildCount() - 1);
|
||||
debugRootView.addView(button);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue