1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-20 20:23:03 +02:00

Update DialogAuthors.java

This commit is contained in:
Laserlicht 2023-09-12 13:04:43 +02:00
parent 91e1246f75
commit e50476603f

View File

@ -44,7 +44,7 @@ public class DialogAuthors extends DialogFragment
vcmiAuthorsView.setText(authorsContent);
launcherAuthorsView.setText("Fay"); // TODO hardcoded for now
}
catch (final IOException e)
catch (final Exception e)
{
Log.e(this, "Could not load authors content", e);
}