mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-25 16:47:55 +01:00
fix missing smile image refs
This commit is contained in:
parent
b448cad4de
commit
6985ccf076
@ -89,7 +89,8 @@ namespace Bit.App.Pages
|
||||
}
|
||||
_lastAction = DateTime.UtcNow;
|
||||
|
||||
var fingerprintRequest = new AuthenticationRequestConfiguration(AppResources.FingerprintDirection)
|
||||
var fingerprintRequest = new AuthenticationRequestConfiguration(
|
||||
_deviceInfoService.HasFaceIdSupport ? AppResources.FaceIDDirection : AppResources.FingerprintDirection)
|
||||
{
|
||||
AllowAlternativeAuthentication = true,
|
||||
CancelTitle = AppResources.Cancel,
|
||||
|
BIN
src/iOS.Extension/Resources/smile.png
Normal file
BIN
src/iOS.Extension/Resources/smile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
src/iOS.Extension/Resources/smile@2x.png
Normal file
BIN
src/iOS.Extension/Resources/smile@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
src/iOS.Extension/Resources/smile@3x.png
Normal file
BIN
src/iOS.Extension/Resources/smile@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
@ -371,6 +371,9 @@
|
||||
<BundleResource Include="Resources\fingerprint.png" />
|
||||
<BundleResource Include="Resources\fingerprint%402x.png" />
|
||||
<BundleResource Include="Resources\fingerprint%403x.png" />
|
||||
<BundleResource Include="Resources\smile.png" />
|
||||
<BundleResource Include="Resources\smile%402x.png" />
|
||||
<BundleResource Include="Resources\smile%403x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\App\App.csproj">
|
||||
|
@ -844,6 +844,15 @@
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\search%403x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\smile.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\smile%402x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\smile%403x.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user