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

Commit

Permalink
Handle onCreateView signature updates.
Browse files Browse the repository at this point in the history
PreferenceFragmentCompat.onCreateView now returns a NonNull View.
  • Loading branch information
mcarare authored and mergify[bot] committed Nov 21, 2022
1 parent 24b7aae commit 8877aba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class ManualAddSearchEngineSettingsFragment : BaseSettingsFragment() {
inflater: LayoutInflater,
container: ViewGroup?,
savedInstanceState: Bundle?,
): View? {
): View {
scope = CoroutineScope(Dispatchers.IO)
return super.onCreateView(inflater, container, savedInstanceState)
}
Expand Down

0 comments on commit 8877aba

Please sign in to comment.