Changing the skin should not put us in a loading state

I think it should be fast enough in most conditions, and it avoids triggering a new layout. Fixes #382.
This commit is contained in:
Jordan Eldredge 2018-01-03 17:59:38 -08:00
parent 3b4ced0caf
commit cb2859a0a7

View file

@ -283,7 +283,6 @@ export function fetchMediaTags(file, id) {
export function setSkinFromFile(skinFile) {
return async dispatch => {
dispatch({ type: START_LOADING });
const skinData = await skinParser(skinFile);
dispatch({
type: SET_SKIN_DATA,