Update DialogAuthors.java

This commit is contained in:
Laserlicht
2023-09-15 15:26:14 +02:00
parent 91e1246f75
commit e50476603f
@@ -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);
}