<div dir="ltr">#Android<div><br></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>Thus, behaviour is slightly different with some manufacturer.</div><div>e.g. : With Samsung or custom roms, we commonly have such "impossible" bugs</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jun 22, 2016 at 8:58 PM Jean-Baptiste Kempf <<a href="mailto:jb@videolan.org">jb@videolan.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 22 Jun, Geoffrey Métais wrote :<br>
> -                if (mReadyToDisplay) {<br>
> +                if (mReadyToDisplay && context != null) {<br>
<br>
How can context be null here? o_O<br>
<br>
With my kindest regards,<br>
<br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" rel="noreferrer" target="_blank">http://www.jbkempf.com/</a> - +33 672 704 734<br>
Sent from my Electronic Device<br>
_______________________________________________<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>