mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-29 06:49:52 +00:00
3.9.0
- Fixed issues in Store categories. - Fixed issue where custom memory was set too large. - Improved ROM error detection. - Updated the selection dialog. - Added export and import support for paused virtual machines. - Improved virtual machine resuming. - Fixed crash when folders could not be opened. - Improved virtual machine list data error detection. - Fixed issue when selecting the Custom option in the Setup Wizard. - Fixed crash when virtual machine pause fails.
This commit is contained in:
parent
e0deccfc8d
commit
2ecf30929a
36 changed files with 501 additions and 171 deletions
|
|
@ -462,11 +462,10 @@ public class X11Activity extends AppCompatActivity implements View.OnApplyWindow
|
|||
dialog.dismiss();
|
||||
});
|
||||
|
||||
if (!isFinishing()
|
||||
&& !isDestroyed()
|
||||
&& getWindow() != null
|
||||
&& getWindow().getDecorView().isShown()) {
|
||||
try {
|
||||
dialog.show();
|
||||
} catch (WindowManager.BadTokenException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue