Skip to content

Commit 62534d2

Browse files
committed
Decrease auto-hide timeout
1 parent 9147b47 commit 62534d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Telegram/Controls/Gallery/GalleryWindow.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private GalleryWindow()
8787

8888
_inactivityTimer = new DispatcherTimer();
8989
_inactivityTimer.Tick += OnTick;
90-
_inactivityTimer.Interval = TimeSpan.FromSeconds(2);
90+
_inactivityTimer.Interval = TimeSpan.FromSeconds(1.5);
9191
_inactivityTimer.Start();
9292

9393
ScrollingHost.AddHandler(PointerReleasedEvent, new PointerEventHandler(OnPointerReleased), true);

0 commit comments

Comments
 (0)