Skip to content

Commit

Permalink
Player FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Wick96 committed Jan 9, 2018
1 parent 91999ca commit 3a45dbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public boolean onSupportNavigateUp(){
return true;
}

public void loadStart() {
public void loadStart() {

mRecyclerView = (RecyclerView) findViewById(R.id.my_recycler_view);
mRecyclerView.setHasFixedSize(true);
Expand Down

0 comments on commit 3a45dbc

Please sign in to comment.