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
@ -550,7 +550,7 @@ public class PlayerActivity extends Activity
|
|||||||
button.setText(label);
|
button.setText(label);
|
||||||
button.setTag(i);
|
button.setTag(i);
|
||||||
button.setOnClickListener(this);
|
button.setOnClickListener(this);
|
||||||
debugRootView.addView(button, debugRootView.getChildCount() - 1);
|
debugRootView.addView(button);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user