Commit 245459a3 by andrewlewis Committed by kim-vde

Fix raw type

PiperOrigin-RevId: 320909448
parent 5e50e110
......@@ -1475,7 +1475,7 @@ public class StyledPlayerControlView extends FrameLayout {
settingsWindow.setHeight(height);
}
private void displaySettingsWindow(RecyclerView.Adapter adapter) {
private void displaySettingsWindow(RecyclerView.Adapter<?> adapter) {
settingsView.setAdapter(adapter);
updateSettingsWindowSize();
......
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