<p dir="ltr">No, we use the context to start the foreground task. It's checked at the right time.</p>
<br><div class="gmail_quote"><div dir="ltr">Le mer. 22 juin 2016 22:16, Thomas Guillem <<a href="mailto:thomas@gllm.fr">thomas@gllm.fr</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div> </div>
<div>On Wed, Jun 22, 2016, at 21:41, Geoffrey Métais wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>#Android<br></div>
<div> </div>
<div><div>It's all callback based, you cannot know the state of your activity/fragment/service/whatever when you run a threaded task.<br></div>
<div>Thus, behaviour is slightly different with some manufacturer.<br></div>
</div>
<div>e.g. : With Samsung or custom roms, we commonly have such "impossible" bugs<br></div>
</div>
</blockquote><div> </div>
</div><div><div>But why you don't check the context before running the background task ?<br></div>
<div>It's not null here, it can't become null after<br></div></div><div>
<div> </div>
<blockquote type="cite"><div> </div>
<div><div dir="ltr">On Wed, Jun 22, 2016 at 8:58 PM Jean-Baptiste Kempf <<a href="mailto:jb@videolan.org" target="_blank">jb@videolan.org</a>> wrote:<br></div>
<blockquote style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div>On 22 Jun, Geoffrey Métais wrote :<br></div>
<div> > -                if (mReadyToDisplay) {<br></div>
<div> > +                if (mReadyToDisplay && context != null) {<br></div>
<div> </div>
<div> How can context be null here? o_O<br></div>
<div> </div>
<div> With my kindest regards,<br></div>
<div> </div>
<div> --<br></div>
<div> Jean-Baptiste Kempf<br></div>
<div> <a href="http://www.jbkempf.com/" target="_blank">http://www.jbkempf.com/</a> - +33 672 704 734<br></div>
<div> Sent from my Electronic Device<br></div>
<div> _______________________________________________<br></div>
<div> Android mailing list<br></div>
<div> <a href="mailto:Android@videolan.org" target="_blank">Android@videolan.org</a><br></div>
<div> <a href="https://mailman.videolan.org/listinfo/android" target="_blank">https://mailman.videolan.org/listinfo/android</a><br></div>
</blockquote></div>
<div><u>_______________________________________________</u><br></div>
<div>Android mailing list<br></div>
<div><a href="mailto:Android@videolan.org" target="_blank">Android@videolan.org</a><br></div>
<div><a href="https://mailman.videolan.org/listinfo/android" target="_blank">https://mailman.videolan.org/listinfo/android</a><br></div>
</blockquote><div> </div>
</div>

_______________________________________________<br>
Android mailing list<br>
<a href="mailto:Android@videolan.org" target="_blank">Android@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/android" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/android</a><br>
</blockquote></div>