DefaultActivityLifecycleCallbacks.kt |
An inheritance of [Application.ActivityLifecycleCallbacks] where each method has a default
implementation that does nothing. This allows classes that extend this interface to have
more concise definitions if they don't implement some methods; this is in the spirit of
other `Default*` classes, such as [androidx.lifecycle.DefaultLifecycleObserver].
|
1234 |
FenixDialogFragment.kt |
Base [AppCompatDialogFragment] that adds behaviour to create a top or bottom dialog.
|
3171 |