mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-02 00:10:22 +02:00
Update DialogAuthors.java
This commit is contained in:
parent
0e7f48fee0
commit
91e1246f75
@ -40,7 +40,7 @@ public class DialogAuthors extends DialogFragment
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
// to be checked if this should be converted to async load (not really a file operation so it should be okay)
|
// to be checked if this should be converted to async load (not really a file operation so it should be okay)
|
||||||
final String authorsContent = FileUtil.read(getResources().openRawResource(R.raw.authors));
|
final String authorsContent = "See ingame credits";
|
||||||
vcmiAuthorsView.setText(authorsContent);
|
vcmiAuthorsView.setText(authorsContent);
|
||||||
launcherAuthorsView.setText("Fay"); // TODO hardcoded for now
|
launcherAuthorsView.setText("Fay"); // TODO hardcoded for now
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user