Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public class CumulativeAllocationActivity extends DeliveryAllocationPositionsListActivity {
  2.  
  3. @Override
  4. protected void onScanInputSubmit(String search) {
  5. customToast.showToast("DUPA", "Dupa testing", ToastType.SUCCESS);
  6. }
  7.  
  8. @Override
  9. public void onRecyclerViewListItemClick(int position) {
  10.  
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement