mirror of
https://github.com/zoriya/Opus.git
synced 2025-12-05 22:16:17 +00:00
Solving a bug with the youtube search recreation.
This commit is contained in:
@@ -37,6 +37,7 @@ namespace Opus.Fragments
|
||||
public ProgressBar LoadingView;
|
||||
private bool searching;
|
||||
|
||||
public YoutubeSearch() { }
|
||||
|
||||
public YoutubeSearch(string Query, string querryType)
|
||||
{
|
||||
@@ -478,12 +479,6 @@ namespace Opus.Fragments
|
||||
outState.PutString("Query", Query);
|
||||
base.OnSaveInstanceState(outState);
|
||||
}
|
||||
|
||||
public override void OnResume()
|
||||
{
|
||||
base.OnResume();
|
||||
Console.WriteLine("&Youtube Search Resumed");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user