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