Skip to content

Commit 6e828e7

Browse files
fix: pr comments
1 parent 14a0a75 commit 6e828e7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

samples/BiometryService.SampleApp.Uno.Shared/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)
3636
#else
3737
CurrentWindow = Microsoft.UI.Xaml.Window.Current;
3838
#endif
39-
39+
Instance = this;
4040
Frame rootFrame = CurrentWindow.Content as Frame;
4141

4242
// Do not repeat app initialization when the Window already has content,

samples/BiometryService.SampleApp.Uno.Shared/MainPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public MainPage()
8484
promptBuilder
8585
);
8686
#endif
87-
#if WINDOWS_UWP || WINDOWS
87+
#if WINDOWS
8888
_biometryService = new BiometryService();
8989
#endif
9090

src/BiometryService/BiometryService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Description>A unified API for biometry on iOS, Android, and Windows.</Description>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
<GenerateLibraryLayout>true</GenerateLibraryLayout>
13-
<PackageTags>biometry;FaceID;TouchID;Fingerprint;mvvm;maui;winui;ios;android;xamarin</PackageTags>
13+
<PackageTags>biometry;FaceID;TouchID;Fingerprint;mvvm;maui;winui;ios;android</PackageTags>
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1515
<PackageProjectUrl>https://github.com/nventive/BiometryService</PackageProjectUrl>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)