Commit 5629759c authored by Alfansyah Fadlian's avatar Alfansyah Fadlian

fix transaction adapter

parent 3116a47a
...@@ -79,5 +79,12 @@ public class HistoryActivity extends AppCompatActivity { ...@@ -79,5 +79,12 @@ public class HistoryActivity extends AppCompatActivity {
} }
}); });
transactionAdapter.setListener(new TransactionAdapter.TransactionListener() {
@Override
public void onShowDetail(PaymentsModels paymentsModels) {
}
});
} }
} }
\ No newline at end of file
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 to comment