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:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user