Guest User

Untitled

a guest
Dec 13th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public int getCategoryComponentAmount(long catID)
  2. {
  3. rackVM.getComponentRepository().getComponentCatAmount(catID).observe(this, amount ->
  4. {
  5. return rackVM.getComponentRepository().getComponentCatAmount(catID);
  6. });
  7. }
Add Comment
Please, Sign In to add comment