Android IllegalArgumentException for dismissDialog

前端 未结 3 1588
别那么骄傲
别那么骄傲 2021-02-15 14:18

I have used following code for download some files from our internet.

public class SplashDownload extends Activity {

    public static final int PROGRESS_DIALOG         


        
3条回答
  •  盖世英雄少女心
    2021-02-15 14:25

    Does your progress dialog actually show up?
    Instead of dismissing it you could try using removeDialog(PROGRESS_DIALOG); to have it cleaned up.

提交回复
热议问题