Commit 923991c1 authored by Norbel Ambanumben's avatar Norbel Ambanumben
Browse files

chore: update `onDestroyView`

parent 7925e713
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -96,8 +96,8 @@ class AppDetailFragment : Fragment(R.layout.fragment_app_detail) , SharedPrefere
        }
    }

    override fun onDestroy() {
        super.onDestroy()
    override fun onDestroyView() {
        super.onDestroyView()
        preferenceHelper.unregisterListener(this)
    }