android: Tweaking random flags until ANRs subside.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m34s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m34s
This commit is contained in:
@@ -460,9 +460,11 @@ class TfElement extends LitElement {
|
||||
}
|
||||
|
||||
update_progress() {
|
||||
if (!this.loading_latest &&
|
||||
if (
|
||||
!this.loading_latest &&
|
||||
!this.loading_latest_scheduled &&
|
||||
!this.shadowRoot.getElementById('tf-tab-news')?.is_loading()) {
|
||||
!this.shadowRoot.getElementById('tf-tab-news')?.is_loading()
|
||||
) {
|
||||
this.progress = undefined;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user