1 parent 9147b47 commit 62534d2Copy full SHA for 62534d2
Telegram/Controls/Gallery/GalleryWindow.xaml.cs
@@ -87,7 +87,7 @@ private GalleryWindow()
87
88
_inactivityTimer = new DispatcherTimer();
89
_inactivityTimer.Tick += OnTick;
90
- _inactivityTimer.Interval = TimeSpan.FromSeconds(2);
+ _inactivityTimer.Interval = TimeSpan.FromSeconds(1.5);
91
_inactivityTimer.Start();
92
93
ScrollingHost.AddHandler(PointerReleasedEvent, new PointerEventHandler(OnPointerReleased), true);
0 commit comments