Simplify
This commit is contained in:
parent
cba67855b7
commit
ce9cb4b78b
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ public class PassListActivity extends PassAndroidActivity {
|
|||
if (getSupportActionBar() != null) {
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
}
|
||||
passAdapter = new PassAdapter(PassListActivity.this);
|
||||
passAdapter = new PassAdapter(this);
|
||||
recyclerView.setAdapter(passAdapter);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue