79235887

Date: 2024-11-29 05:06:08
Score: 1.5
Natty:
Report link

MainThread.BeginInvokeOnMainThread(() => { Application.Current?.Dispatcher?.StartTimer(TimeSpan.FromSeconds(2), () => { doubleBackToExitPressedOnce = false; return false; // Stops the timer after execution }); });

This perfectly worked for me .NET MAUI

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Lakhan Tembhurne