Skip to content

Commit

Permalink
#update
Browse files Browse the repository at this point in the history
  • Loading branch information
wumeng1 authored and wumeng1 committed Jun 23, 2022
1 parent 2549437 commit 73ed1a7
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,
return inflater.inflate(R.layout.ivp_fragment_image_picker, container, false);
}

@Override
public void setInitialSavedState(@Nullable @org.jetbrains.annotations.Nullable SavedState state) {
super.setInitialSavedState(state);
}


@Override
public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
super.onViewCreated(view, savedInstanceState);
Expand Down Expand Up @@ -405,17 +399,6 @@ public void submitResult() {
getActivity().finish();
}

@Override
public void onSaveInstanceState(Bundle outState) {
super.onSaveInstanceState(outState);
}

@Override
public void onViewStateRestored(@Nullable Bundle savedInstanceState) {
super.onViewStateRestored(savedInstanceState);
}


@Override
public void onDestroyView() {
if (mRvMedia != null) {
Expand Down

0 comments on commit 73ed1a7

Please sign in to comment.