updateContext

open fun updateContext(context: Context)

Must be called in every Activity to update the context. Make sure to call this method on every Activitys switch.

Note: Special use case would be when using `startActivityForResult` and navigating back then you would need to call this method e.g. in `onResume`

Parameters

context

The Context of the current Activity;