altosui: Handle already-opened link in IgniteUI
authorKeith Packard <keithp@keithp.com>
Wed, 22 Jan 2014 06:01:39 +0000 (22:01 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 22 Jan 2014 06:01:39 +0000 (22:01 -0800)
commit42922b40fc695bdaa92e3fb0b41a248f7df918d0
tree3c4f2520a46c5ac9b9458a2988272464935eea88
parentf118e33416e45ea9a2b5ede4157bd8b58ddb6ebb
altosui: Handle already-opened link in IgniteUI

Must run the link open from the UI thread so that we can put up the
in-use dialog immdiately; otherwise the UI thread is blocked which
means the dialog never appears and the app appears to hang.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosIgniteUI.java