Garbage View
interface GarbageView
Content copied to clipboard
Interface implemented by views that require manual garbage collection.
Listeners, which are registered in a view, need to be removed manually. Otherwise memory leaks will occur.
Functions
clear Garbage
Link copied to clipboard
abstract fun clearGarbage()
Content copied to clipboard
Set all listeners, ViewModels and shared references to null.
Inheritors
CameraActivity
Link copied to clipboard
ErrorFragment
Link copied to clipboard
FeedbackFragment
Link copied to clipboard
SettingsFragment
Link copied to clipboard
RotationFragment
Link copied to clipboard