-
Notifications
You must be signed in to change notification settings - Fork 110
Closes #2988: Remove Pocket from NavigationOverlay #2994
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code makes sense – remove the model (the fetch) and the UI – but I have difficulty feeling confident in the change if the code is still around in the APK, just in case there's a reference we missed. Can you remove the classes (which shouldn't have any utility anymore, afaict)?
After that, lgtm. If I'm not around to do the second review pass, someone else should be able to double check this and I think we'd be good.
To verify the behavior, I loaded it up in the Android TV emulator and moved my cursor around. I was unable to verify the a11y changes because I do not have a device: please make sure this is tested and that QA has tested it as well! Thanks.
app/src/main/java/org/mozilla/tv/firefox/navigationoverlay/NavigationOverlayFragment.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like a few things changed that shouldn't have and there's an open question or two.
app/src/main/java/org/mozilla/tv/firefox/webrender/CustomContentRequestInterceptor.kt
Show resolved
Hide resolved
app/src/test/java/org/mozilla/tv/firefox/architecture/FirefoxViewModelProvidersTest.kt
Show resolved
Hide resolved
app/src/test/java/org/mozilla/tv/firefox/webrender/WebRenderHintViewModelTest.kt
Show resolved
Hide resolved
9c45a9b
to
1ace39c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checklist
qa-ready
orqa-notneeded
)