new UITimer(new Runnable() { //use this to fix the bug where it goes to a white screen when initialised.
public void run()
{
if (USE_BLUETOOTH)
{
_("##### kicking off the bluetooth party! a #####");
//we want to show a dialog spinning while this happens,
//its already doing that from the form we made in the ui builder
startBluetooth(HobIncludeBluetoothConnect);
}
}
}).schedule(1000, false, f);