App freeze when load scene with Addressable.LoadSceneAsync

Unity 2022.3.22f1
Addressables 1.21.19

Sometime I got app freeze on android when calling Addressable.LoadSceneAsync(LoadingScene)
Checking the process of AsyncOperationHandler the process is stuck at 0.9

Checking log on android studio when I touch the screen I still got

ViewPostIme pointer 0
ViewPostIme pointer 1

So that mean the app is not freeze, it just not render or update anymore?
Anyone can help me with this?
Thanks