Skip to content

Commit

Permalink
Migrated from Deprecated plugin 'kotlin-android-extensions'
Browse files Browse the repository at this point in the history
  • Loading branch information
stevdza-san committed Dec 16, 2020
1 parent 553a7fa commit 80be91e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,8 @@ class AddFragment : Fragment() {
}
}

override fun onDestroyView() {
super.onDestroyView()
_binding = null
}
}

0 comments on commit 80be91e

Please sign in to comment.