<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><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>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>
<blockquote type="cite"><div> </div>
<div defang_data-gmailquote="yes"><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 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;" defang_data-gmailquote="yes"><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/">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">Android@videolan.org</a><br></div>
<div> <a href="https://mailman.videolan.org/listinfo/android">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">Android@videolan.org</a><br></div>
<div><a href="https://mailman.videolan.org/listinfo/android">https://mailman.videolan.org/listinfo/android</a><br></div>
</blockquote><div> </div>
</body>
</html>