()
| 149 | |
| 150 | // 检查视图位置(使用 ViewPositionDetector) |
| 151 | private async checkViewPosition() { |
| 152 | if (this.setupResult) { |
| 153 | const wasInAllHighlightsView = this.setupResult.highlightListController.isInAllHighlightsView(); |
| 154 | await this.setupResult.viewPositionDetector.checkViewPosition(wasInAllHighlightsView); |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | // 更新视图布局(使用 LayoutManager) |
| 159 | private async updateViewLayout() { |
no test coverage detected