Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Oct 4, 2024
1 parent 1a9745a commit dd840b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
@Localizer[nameof(AppStrings.TodoTitle)]
</BitText>
</a>
@*#endif*@

<a href="@Urls.TermsPage">
<BitIcon IconName="@BitIconName.EntityExtraction" Color="@(IsActive(Urls.TermsPage) ? BitColor.Primary : BitColor.SecondaryForeground)" />
<BitText Typography="BitTypography.Caption2" Color="@(IsActive(Urls.TermsPage) ? BitColor.Primary : BitColor.SecondaryForeground)">
@Localizer[nameof(AppStrings.TermsTitle)]
</BitText>
</a>
@*#endif*@

@*#if (sample == "Admin")*@
<a href="@Urls.DashboardPage">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Diagnostics;
//-:cnd:noEmit
using System.Diagnostics;

namespace Boilerplate.Client.Maui.Components.Pages;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using Android.App;
using Android.Content;
using Firebase.Messaging;
//#if (notification == true)
using Plugin.LocalNotification;
//#endif

namespace Boilerplate.Client.Maui.Platforms.Android.Services;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Boilerplate.Shared.Controllers;
//-:cnd:noEmit
using Boilerplate.Shared.Controllers;
using Boilerplate.Server.Api.Services;
using Boilerplate.Shared.Dtos.PushNotification;

Expand Down

0 comments on commit dd840b9

Please sign in to comment.