mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Merge pull request #9798 from JosJuice/android-wad-crash
Android: Fix WAD import crashing
This commit is contained in:
commit
8f9bb5612a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue