peterhajas / MobileNotifier

iOS Notifications. Done right.
BSD 3-Clause "New" or "Revised" License
302 stars 32 forks source link

Activator setHandled: #152

Closed dapetcu21 closed 13 years ago

dapetcu21 commented 13 years ago

After handling an Activator Event you have to call [event setHandled:YES] if you want to cancel the default OS action of the Activator shortcut... For example... Using short hold on lock button immediately locks the device after the shortcut gets triggered...

timnovinger commented 13 years ago

Thanks for the awesome tip! I'll have to look to see where this could be useful (probably in a lot of places actually).