My favorites
▼
|
Sign in
microemu
MicroEmu is a pure Java implementation of Java ME.
Project Home
Downloads
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
18
attachment: hidenotify.patch
(607 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: microemu-midp/src/main/java/javax/microedition/lcdui/Display.java
===================================================================
--- microemu-midp/src/main/java/javax/microedition/lcdui/Display.java (revision 1761)
+++ microemu-midp/src/main/java/javax/microedition/lcdui/Display.java Fri Jul 11 11:39:29 PDT 2008
@@ -405,7 +405,7 @@
public void clean() {
if (current != null) {
- current.hideNotify();
+ eventDispatcher.put(new ShowHideNotifyEvent(ShowHideNotifyEvent.HIDE_NOTIFY, current, null));
}
eventDispatcher.cancel();
timer.cancel();
Powered by
Google Project Hosting