Remove unused method

This commit is contained in:
jacques 2020-12-07 11:22:41 +01:00
parent be99c2f3f2
commit 9f8965d767

View file

@ -118,9 +118,4 @@ public class MedicamentDetailFragment extends Fragment {
return detailView;
}
@Override
public void onStop()
{
super.onStop();
}
}