tylerbwong / stack

An Android app for browsing Stack Overflow and other Stack Exchange sites.
https://stack.tylerbwong.me
GNU General Public License v3.0
510 stars 34 forks source link

Store and override deep link site within deep link activities #95

Closed brittanyberlanga closed 3 years ago

brittanyberlanga commented 3 years ago

Description

Addresses Issue #94 by storing the deep link site within deeplink-able Activity intents and overriding the global deep link site in onCreate and onResume within the BaseActivity.

Checklist