Picking photo from Photochooser or holding hardware back button cause active timers ring

Posted by Nznoonee on Stack Overflow See other posts from Stack Overflow or by Nznoonee
Published on 2012-09-09T09:34:43Z Indexed on 2012/09/09 9:37 UTC
Read the original article Hit count: 196

Filed under:

This is very strange problem, and all the people I had asked to confirm it said that it takes place.

I have a Threading.Timer instance which fires every 15 minutes. And if I call the PhotoChooser view and then select a photo from it, when going back to the calling page my application calls that timer's callback! I tried different timers either it be Timer from Threading namespace or Dispatcher timer.

The same happens when being in my app I hold the back button of my device and then choose the app from the list.

My application is as plain as it can be - the timer with a callback and method calling PhotoChooser. Could anyone help with solution or workaround please?

© Stack Overflow or respective owner

Related posts about windows-phone-7