From 94ba56153e7ebfffa33bb54c1fbba815b652cbe0 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Sun, 16 Dec 2018 00:17:27 +0300 Subject: [PATCH] "Show more" in comments thread fixed --- FoxTube/Pages/CommentsPage.xaml | 3 +-- FoxTube/Pages/CommentsPage.xaml.cs | 13 +------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/FoxTube/Pages/CommentsPage.xaml b/FoxTube/Pages/CommentsPage.xaml index 4a1544c..08486d9 100644 --- a/FoxTube/Pages/CommentsPage.xaml +++ b/FoxTube/Pages/CommentsPage.xaml @@ -2,7 +2,6 @@ x:Class="FoxTube.Pages.CommentsPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:local="using:FoxTube" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" @@ -45,7 +44,7 @@ - + diff --git a/FoxTube/Pages/CommentsPage.xaml.cs b/FoxTube/Pages/CommentsPage.xaml.cs index e38d6aa..98c9932 100644 --- a/FoxTube/Pages/CommentsPage.xaml.cs +++ b/FoxTube/Pages/CommentsPage.xaml.cs @@ -1,17 +1,6 @@ using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Runtime.InteropServices.WindowsRuntime; -using Windows.Foundation; -using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; -using Windows.UI.Xaml.Controls.Primitives; -using Windows.UI.Xaml.Data; -using Windows.UI.Xaml.Input; -using Windows.UI.Xaml.Media; -using Windows.UI.Xaml.Navigation; using Google.Apis.YouTube.v3; using Google.Apis.YouTube.v3.Data; @@ -34,7 +23,7 @@ namespace FoxTube.Pages public CommentsPage() { - this.InitializeComponent(); + InitializeComponent(); } public async void Initialize(Video video)