thomasfinch / GammaThingy

Changes screen gamma on iOS, no jailbreak required
777 stars 94 forks source link

Update shortcut item on defaults change #35

Open cfilipov opened 9 years ago

cfilipov commented 9 years ago

If the state is changed in any way other than via the shortcut (background app refresh, for example) the shortcut text will be out of sync with the actual state.

Additional note: this patch also moves the respondsToSelector check into updateShortCutItem so it only has to be done in one place.