mozilla-mobile / firefox-echo-show

Firefox for Amazon's Echo Show
Mozilla Public License 2.0
25 stars 12 forks source link

Use viewLifecycleOwner instead of adding and removing observers in Fragments #267

Closed mcomella closed 5 years ago

mcomella commented 5 years ago

SDK 28 added viewLifecycleOwner so we should use that instead of adding and removing the observers by hand, now that we're on SDK 28 #72.