79558986

Date: 2025-04-07 02:41:20
Score: 1.5
Natty:
Report link

I found workaround, I created my custom touch behaviour with default constructor which just inherit this touch effect

using CommunityToolkit.Maui.Behaviors;

public class MyTouchBehavior : TouchBehavior
{
    public MyTouchBehavior() : base()
    {
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Bohdan