Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Moreno Garcia committed Mar 16, 2017
1 parent a35ee88 commit e2b59a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container,
mOkResid = savedInstanceState.getInt(KEY_OK_RESID);
mOkString = savedInstanceState.getString(KEY_OK_STRING);
mOkColor = savedInstanceState.getInt(KEY_OK_COLOR);

mCancelResid = savedInstanceState.getInt(KEY_CANCEL_RESID);
mCancelString = savedInstanceState.getString(KEY_CANCEL_STRING);
mCancelColor = savedInstanceState.getInt(KEY_CANCEL_COLOR);
Expand Down

0 comments on commit e2b59a9

Please sign in to comment.