Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
IeuanWalker committed Apr 6, 2023
1 parent 0ab8d70 commit 3add5a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Scr/Switch/Platform/CustomContentViewGroup.android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public CustomContentViewGroup(Context context, IContentView virtualView) : base(

//! important - this is what makes the switch accessible via keyboard navigation
Focusable = true;
Clickable = true;
}

public void SetIsToggled(bool isToggled)
Expand Down

0 comments on commit 3add5a6

Please sign in to comment.