mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-13 00:04:12 +00:00
java: use temp file as workaround till issue will be fixed.
This commit is contained in:
parent
b28456c13f
commit
efc41adcaf
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ public class ETLMain extends Activity {
|
|||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
String etl_pak = "legacy_v2.77.pk3";
|
||||
String etl_pak = "legacy_v2.77.1-257-g94837c3.pk3";
|
||||
|
||||
getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
|
||||
|
||||
|
|
Loading…
Reference in a new issue