Fix file name not matching class name

This commit is contained in:
Miłosz Sieradzki 2014-07-19 17:32:26 +02:00
parent 005e75fc8d
commit de031977ce

View File

@ -21,7 +21,7 @@ import java.io.IOException;
* on a link or image and we don't know the mimetype. If the user just clicks on the link, we will do the same steps of
* correcting the mimetype down in android.os.webkit.LoadListener rather than handling it here.
*/
class FetchUrlMimeType extends Thread {
public class FetchUrlMimeType extends Thread {
private Context mContext;