Skip to content

Commit

Permalink
fix: typecast warning while passing value in intent
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmohd-a committed Sep 21, 2023
1 parent f0f16ff commit 53b0044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class FirewallSettingsFragment : Fragment(R.layout.fragment_firewall_settings) {
)
intent.putExtra(
CustomRulesActivity.INTENT_RULES,
CustomRulesActivity.RULES.APP_SPECIFIC_RULES
CustomRulesActivity.RULES.APP_SPECIFIC_RULES.type
)
intent.putExtra(INTENT_UID, UID_EVERYBODY)
startActivity(intent)
Expand Down

0 comments on commit 53b0044

Please sign in to comment.