Skip to content

Commit

Permalink
Merge pull request #9798 from JosJuice/android-wad-crash
Browse files Browse the repository at this point in the history
Android: Fix WAD import crashing
  • Loading branch information
JMC47 committed Jun 7, 2021
2 parents edc18e6 + d42cec0 commit 8f9bb56
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -305,7 +305,7 @@ private void runOnThreadAndShowResult(int progressTitle, int progressMessage, Su
builder.show();
}
});
}, mContext.getResources().getString(progressMessage)).start();
}, mContext.getResources().getString(progressTitle)).start();
}

public static void skipRescanningLibrary()
Expand Down

0 comments on commit 8f9bb56

Please sign in to comment.