Skip to content

Commit

Permalink
Don't reset wallet detail items and adapter on start (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kekkyojin authored Sep 10, 2021
1 parent 9e4191c commit d6a01a6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,6 @@ private void initUi() {
itemDecoration.setDrawable(ContextCompat.getDrawable(context, R.drawable.thin_divider));
recentTransactionsList.addItemDecoration(itemDecoration);

detailRows = new ArrayList<>(3);

detailAdapter = new WalletDetailAdapter(context, detailRows);
detailListView.setAdapter(detailAdapter);

buttonViewMore.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
Expand Down

0 comments on commit d6a01a6

Please sign in to comment.