mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
Merge pull request #9798 from JosJuice/android-wad-crash
Android: Fix WAD import crashing
This commit is contained in:
commit
8f9bb5612a
@ -305,7 +305,7 @@ public final class MainPresenter
|
|||||||
builder.show();
|
builder.show();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}, mContext.getResources().getString(progressMessage)).start();
|
}, mContext.getResources().getString(progressTitle)).start();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void skipRescanningLibrary()
|
public static void skipRescanningLibrary()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user