mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -04:00
Dismiss dialog on select JRE OpenJDK tar.xz
This commit is contained in:
parent
c612fdcca1
commit
b344fee33a
@ -370,6 +370,7 @@ public class PojavLoginActivity extends AppCompatActivity
|
|||||||
public void onFileSelected(File file, String path, String name) {
|
public void onFileSelected(File file, String path, String name) {
|
||||||
if (name.endsWith(".tar.xz")) {
|
if (name.endsWith(".tar.xz")) {
|
||||||
selectedFile.append(path);
|
selectedFile.append(path);
|
||||||
|
dialog.dismiss();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user