mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-18 16:46:58 -04:00
Dismiss dialog on select JRE OpenJDK tar.xz
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user