Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove requireNotNull from argument check #2940

Merged

Conversation

anandwana001
Copy link
Collaborator

Fixes #2649

Why navigateUp?

In this OfflineAreaViewerViewModel also, we are navigating up incase of null data, as per earlier discussion.

@shobhitagarwal1612 PTAL?

@auto-assign auto-assign bot requested a review from scolsen December 17, 2024 11:03
Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.54%. Comparing base (c60a952) to head (b83abc4).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2940      +/-   ##
============================================
+ Coverage     62.52%   62.54%   +0.01%     
  Complexity     1203     1203              
============================================
  Files           267      267              
  Lines          6357     6357              
  Branches        880      879       -1     
============================================
+ Hits           3975     3976       +1     
  Misses         1831     1831              
+ Partials        551      550       -1     
Files with missing lines Coverage Δ
...i/offlineareas/viewer/OfflineAreaViewerFragment.kt 52.17% <100.00%> (+4.34%) ⬆️

…rgument-handle' into anandwana001/2649/offline-area-argument-handle
@shobhitagarwal1612 shobhitagarwal1612 merged commit 20e1fc0 into master Dec 17, 2024
4 checks passed
@shobhitagarwal1612 shobhitagarwal1612 deleted the anandwana001/2649/offline-area-argument-handle branch December 17, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Code health] Handle requireNotNull in OfflineAreaViewerFragment
2 participants