Commit ab3db0e4 by olly Committed by Oliver Woodman

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
parent fb868ad7
......@@ -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);
}
}
}
......
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