mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 06:39:54 -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) {
|
||||
if (name.endsWith(".tar.xz")) {
|
||||
selectedFile.append(path);
|
||||
dialog.dismiss();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user