Commit 62aea585 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 53eae50c
...@@ -577,7 +577,7 @@ public class PlayerActivity extends Activity ...@@ -577,7 +577,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);
} }
} }
} }
......
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