Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Clarifies method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Walker committed Feb 28, 2020
1 parent 144445b commit 75d2e1c
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ class PermissionRequestFragment : Fragment() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)

arguments?.let {
permissionRequestType =
it.getSerializable(ARG_PERMISSION_REQUEST_TYPE) as PermissionRequestType
}
permissionRequestType =
arguments?.getSerializable(ARG_PERMISSION_REQUEST_TYPE) as PermissionRequestType
}

override fun onCreateView(
Expand Down

0 comments on commit 75d2e1c

Please sign in to comment.