Skip to content

Commit

Permalink
style and fixes from merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
tj-devel709 committed Jan 22, 2024
1 parent c4a1d8b commit dd739f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -3,16 +3,15 @@
using Microsoft.Maui.Graphics;
using Microsoft.Maui.Controls.PlatformConfiguration;
using Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific;
using NavigationPage = Microsoft.Maui.Controls.NavigationPage;
using FlyoutPage = Microsoft.Maui.Controls.FlyoutPage;

namespace Maui.Controls.Sample.Issues;

[XamlCompilation(XamlCompilationOptions.Compile)]
[Issue(IssueTracker.Github, 17022, "UINavigationBar is Translucent", PlatformAffected.iOS)]
public partial class Issue17022 : ContentPage
{
Color _initialBarBackgroundColor;
bool _initialTranslucent;

public Issue17022()
{
InitializeComponent();
Expand Down
Expand Up @@ -63,7 +63,6 @@ public void Dispose()
public virtual void SetHasShadow(UINavigationController controller, bool hasShadow)
{
var navigationBar = controller.NavigationBar;

if (_shadowOpacity == float.MinValue)
{
// Don't do anything if user hasn't changed the shadow to true
Expand Down

0 comments on commit dd739f8

Please sign in to comment.