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:
parent
91e1246f75
commit
e50476603f
@ -44,7 +44,7 @@ public class DialogAuthors extends DialogFragment
|
|||||||
vcmiAuthorsView.setText(authorsContent);
|
vcmiAuthorsView.setText(authorsContent);
|
||||||
launcherAuthorsView.setText("Fay"); // TODO hardcoded for now
|
launcherAuthorsView.setText("Fay"); // TODO hardcoded for now
|
||||||
}
|
}
|
||||||
catch (final IOException e)
|
catch (final Exception e)
|
||||||
{
|
{
|
||||||
Log.e(this, "Could not load authors content", e);
|
Log.e(this, "Could not load authors content", e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user