Fixed list view initialization
Changed list view initialization from a background task to run directly on the UI thread.
This commit is contained in:
@@ -573,8 +573,8 @@ namespace AndroidSideloader
|
||||
downloadInstallGameButton.Enabled = true;
|
||||
isLoading = false;
|
||||
|
||||
// Initialize list view in background
|
||||
_ = Task.Run(() => initListView(false));
|
||||
// Initialize list view
|
||||
initListView(false);
|
||||
|
||||
// Cleanup in background
|
||||
_ = Task.Run(() =>
|
||||
|
||||
Reference in New Issue
Block a user