Files
Wino-Mail/Wino.Mail/Views/IdlePage.xaml
Burak Kaan Köse 39626e0df9 Couple UI Fixes (#255)
- Disabled UI navigation cache for all pages.
- Restore the renderer<>composer page animation back.
- IdlePage functionality into mail list page.
- Couple bugfixes.
2024-06-26 20:00:10 +02:00

16 lines
593 B
XML

<abstract:IdlePageAbstract
xmlns:abstract="using:Wino.Views.Abstract"
x:Class="Wino.Views.IdlePage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:helpers="using:Wino.Helpers"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:controls="using:Wino.Controls"
mc:Ignorable="d">
<!-- Empty page for disposing composer or renderer page. -->
<Grid />
</abstract:IdlePageAbstract>