Fix issue where postponed transition would not start at the right time.

This commit is contained in:
Alex Hart
2022-07-28 10:07:40 -03:00
committed by Greyson Parrelli
parent 39d07c0081
commit 2674fd2df4
5 changed files with 25 additions and 25 deletions

View File

@@ -61,6 +61,9 @@ class PhotoEditorFragment : Fragment(R.layout.avatar_photo_editor_fragment), Ima
Navigation.findNavController(requireView()).popBackStack()
}
override fun restoreState() {
}
override fun onMainImageLoaded() {
}