mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +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();
|
||||
}
|
||||
});
|
||||
}, mContext.getResources().getString(progressMessage)).start();
|
||||
}, mContext.getResources().getString(progressTitle)).start();
|
||||
}
|
||||
|
||||
public static void skipRescanningLibrary()
|
||||
|
|
Loading…
Add table
Reference in a new issue