AntennaPod/ui/app-start-intent
ByteHamster 373cde5c0a
Don't cast class to MainActivity to show message (#7771)
We can do that using an event.
This commit fixes one of the most prominent crashes on Google Play
where we cast the OnlineFeedViewActivity to MainActivity.
2025-04-30 22:12:11 +02:00
..
2023-10-17 20:52:21 +02:00
2021-02-12 18:08:58 +01:00

:ui:app-start-intent

This module provides classes that can start the main activities of the app with specific arguments. It does not require a dependency on the actual implementation of the activities, so it can be used to decouple the services from the UI.