mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Fix a crash when installation starts
This commit is contained in:
parent
0ce94cc2c5
commit
2a27439887
@ -118,7 +118,7 @@ public abstract class ModVersionListFragment<T> extends Fragment implements Runn
|
|||||||
setTaskProxy(null);
|
setTaskProxy(null);
|
||||||
mExpandableListView.setEnabled(true);
|
mExpandableListView.setEnabled(true);
|
||||||
// Read the comment in FabricInstallFragment.onDownloadFinished() to see how this works
|
// Read the comment in FabricInstallFragment.onDownloadFinished() to see how this works
|
||||||
getParentFragmentManager().popBackStack();
|
getParentFragmentManager().popBackStackImmediate();
|
||||||
onDownloadFinished(context, downloadedFile);
|
onDownloadFinished(context, downloadedFile);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user