mirror of
https://github.com/Livinglist/Hacki.git
synced 2025-08-14 18:46:41 +08:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
71aa42118d |
@ -219,10 +219,8 @@ class WebAnalyzer {
|
|||||||
String? fallbackDescription;
|
String? fallbackDescription;
|
||||||
|
|
||||||
if (res == null || isEmpty(res[2] as String?)) {
|
if (res == null || isEmpty(res[2] as String?)) {
|
||||||
final String? commentText = await compute(
|
final List<int> ids = <int>[story.id, ...story.kids];
|
||||||
_fetchInfoFromStory,
|
final String? commentText = await _fetchInfoFromStory(ids);
|
||||||
<int>[story.id, ...story.kids],
|
|
||||||
);
|
|
||||||
|
|
||||||
shouldRetry = commentText == null;
|
shouldRetry = commentText == null;
|
||||||
fallbackDescription = commentText ?? 'no comment yet';
|
fallbackDescription = commentText ?? 'no comment yet';
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: hacki
|
name: hacki
|
||||||
description: A Hacker News reader.
|
description: A Hacker News reader.
|
||||||
version: 2.4.1+132
|
version: 2.4.2+133
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user