MSOldCall(status);
}
+// this is called occasionally by -[SBAwayView updateInterface] and takes away our keyboard
+MSInstanceMessageHook0(void, SBAwayView, _fixupFirstResponder) {
+ if (online_ == 0)
+ return MSOldCall();
+}
+
MSInstanceMessageHook0(void, SBAwayView, updateInterface) {
MSOldCall();