pocket-casts-android icon indicating copy to clipboard operation
pocket-casts-android copied to clipboard

Use onBackPressedDispatcher instead of deprecated onBackPressed methods

Open mchowning opened this issue 3 years ago • 0 comments

Many of the onBackPressed methods that we're using have been deprecated (relevant PR). Let's switch over to using the new onBackPressedDispatcher.

mchowning avatar Sep 13 '22 18:09 mchowning