Skip to content

Commit

Permalink
Fix crash when creating widget (#3128)
Browse files Browse the repository at this point in the history
Fixes #3127

Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma authored Dec 19, 2022
1 parent 135bd8f commit a80e4dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class WidgetSettingsFragment :

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
requireActivity().addMenuProvider(this, viewLifecycleOwner, Lifecycle.State.RESUMED)

activity?.setResult(AppCompatActivity.RESULT_CANCELED)

Expand Down

0 comments on commit a80e4dd

Please sign in to comment.