Skip to content
Verified Commit 649eda10 authored by Fushan Wen's avatar Fushan Wen
Browse files

taskmanager: Use more efficient way to calculate the size of albumArtBackground

Before:
1. width: 2-3 divisions, 1 comparison
2. height: 3-2 divisions, 1 comparison

After:
1. scaleFactor: 2 divisions, 1 comparison
2. width/height: no division or comparison
parent aa437138
Pipeline #110604 failed with stage
in 2 minutes and 49 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment