Skip to content

Commit

Permalink
fix(Android): Make NavBar Renderer MainCommandMode nullable (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed May 30, 2023
1 parent e0a69ef commit 320e4cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ namespace Uno.Toolkit.UI
{
internal class NavigationAppBarButtonRenderer : Renderer<AppBarButton, Toolbar>
{
private MainCommandMode _mode;
public MainCommandMode Mode
private MainCommandMode? _mode;
public MainCommandMode? Mode
{
get => _mode;
set
Expand Down

0 comments on commit 320e4cb

Please sign in to comment.