FeedlistFragment now refreshes more frequently

This commit is contained in:
daniel oeh 2012-08-17 14:59:18 +02:00
parent 28784ab1bf
commit 8d065864c5
1 changed files with 1 additions and 9 deletions

View File

@ -140,15 +140,7 @@ public class FeedlistFragment extends SherlockFragment implements
@Override
public void run() {
if (intent.getAction().equals(
DownloadService.ACTION_DOWNLOAD_HANDLED)) {
int type = intent.getIntExtra(DownloadService.EXTRA_DOWNLOAD_TYPE, 0);
if (type == DownloadService.DOWNLOAD_TYPE_IMAGE) {
fla.notifyDataSetChanged();
}
} else {
fla.notifyDataSetChanged();
}
fla.notifyDataSetChanged();
}
});
}