ソースを参照

提交漏掉的代码

zengjiebin 7 年 前
コミット
c6dab9526d
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      app/src/main/java/com/sheep/gamegroup/view/activity/ActMain.java

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/view/activity/ActMain.java

@@ -399,7 +399,7 @@ public class ActMain extends BaseActYmPermissionCheck  {
     public void onEventMainThread(BigEvent event) {
         switch (event.getEventTypes()) {
             case STORAGE_LOW:
-                DialogStorageLow.showDialog(this);
+                DialogStorageLow.showDialog(null);
                 break;
         }
         if (progressView != null && event.getData() instanceof DownLoadInfo) {