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` This method is a no-op if casting is not available on the current device.

Parameters

context

The Context of the current Activity;