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:
olly 2018-04-03 02:31:45 -07:00 committed by Oliver Woodman
parent fb868ad725
commit ab3db0e4cb

View File

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