Fix game loading.
This commit is contained in:
@@ -41,6 +41,9 @@ namespace AndroidSideloader
|
||||
t.Tick += new EventHandler(timer_Tick);
|
||||
t.Start();
|
||||
InitializeComponent();
|
||||
InitializeComponent();
|
||||
lvwColumnSorter = new ListViewColumnSorter();
|
||||
this.gamesListView.ListViewItemSorter = lvwColumnSorter;
|
||||
}
|
||||
|
||||
private string oldTitle = "";
|
||||
|
||||
Reference in New Issue
Block a user