This commit is contained in:
Alula 2022-01-05 04:15:19 +01:00
parent 00309a73f0
commit 5a6f7dec59
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ public class MainActivity extends NativeActivity {
File f = new File(getFilesDir().getAbsolutePath() + "/data/");
String[] list = f.list();
if (!f.exists() || (list != null && list.length == 0)) {
messageBox("Missing data files", "No data files found, would you like to download them?", () -> {
Intent intent = new Intent(this, DownloadActivity.class);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_TASK_ON_HOME);