arunkumar9t2 / lynket-browser

🌐 A better browser for Android using the Custom Tab protocol. Previously called Chromer.
Other
480 stars 81 forks source link

[PERF] Reduce jank when launching tabs #119

Closed arunkumar9t2 closed 4 years ago

arunkumar9t2 commented 4 years ago

Lynket was doing customization work before launching tabs. This was okay when the customization work was small but I added more stuff, this causes minor jank when a new tab is launched. This PR fixes that by moving the customization work to a background thread.