1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 06:43:17 +00:00

PM-3350 Removed TapGesture Window MAUI hack from iOS.Extension and iOS.ShareExtension

This commit is contained in:
Federico Maccaroni
2024-01-19 15:14:22 -03:00
parent 8e1a8b5f0e
commit c6544b49e9
8 changed files with 2 additions and 117 deletions

View File

@@ -29,8 +29,6 @@ namespace Bit.iOS.Core.Utilities
{
var builder = Bit.Core.MauiProgram.ConfigureMauiAppBuilder(ConfigureMAUIEffects, handlers =>
{
// WORKAROUND: This is needed to make TapGestureRecognizer work on extensions.
handlers.AddHandler(typeof(Window), typeof(Handlers.CustomWindowHandler));
ConfigureMAUIHandlers(handlers);
})
.UseMauiEmbedding<Application>();