Guest User

Untitled

a guest
Mar 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public void onSavedInstanceState(Bundle currentState) {
  2. currentState.putIntegerArrayList(Image_Id_List, (ArrayList<Int>) mImageIds)
  3. }
  4.  
  5. fun onSavedInstanceState(currentState: Bundle) {
  6. currentState.putIntegerArrayList(Image_Id_List, (ArrayList<Int>) mImageIds)
  7. }
Add Comment
Please, Sign In to add comment