Skip to content

Commit

Permalink
Resolved Klint Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TanishMoral11 committed Dec 22, 2024
1 parent 37cd0a8 commit 134926e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ class PoliciesFragment : InjectableFragment() {
POLICIES_FRAGMENT_POLICY_PAGE_ARGUMENT_PROTO,
PoliciesFragmentArguments.getDefaultInstance()
)
return policiesFragmentPresenter.handleCreateView(inflater, container, policies, savedInstanceState)
return policiesFragmentPresenter
.handleCreateView(inflater, container, policies, savedInstanceState)
}

override fun onSaveInstanceState(outState: Bundle) {
Expand Down

0 comments on commit 134926e

Please sign in to comment.