airbnb / Showkase

🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
https://medium.com/airbnb-engineering/introducing-showkase-a-library-to-organize-discover-and-visualize-your-jetpack-compose-elements-d5c34ef01095
Apache License 2.0
2.13k stars 107 forks source link

Stop exporting ShowkaseBrowserActivity #355

Closed vinaygaba closed 1 year ago

vinaygaba commented 1 year ago

Fixes https://github.com/airbnb/Showkase/issues/347

This was done in this PR (https://github.com/airbnb/Showkase/commit/469e14de06227d32974d2b3fa67646ff53013e17#diff-fdcbc654693654c9611addef6b4e7ef93e1ae16aa06522b1c02d9786a3d5ecb5R10) in order to make it compatible with Android 12. However, it's only needed for launcher activities (or activities with an intent filter), which ShowkaseBrowserActivity isn't. So it's safe to remove this line from our codebase.