Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(selectedStrings != null) {
- for (String string : selectedStrings) {
- Product selectedProduct = realm.where(Product.class).equalTo("product", string).findFirst();
- if (selectedProduct != null) {
- penetration.getProducts().add(selectedProduct);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment