How to avoid fixing extracted methods code snippet at top or bottom of Android Studio

After updating Android Studio to Arctic Fox | 2020.3.1 version, The IDE fixes extracted methods code snippet at top or bottom of screen depending on scrolling direction. As you can see in the image below, it's annoying because it fills a large part of screen.

enter image description here

Is there any way to avoid showing extracted methods code snippet?


Solution 1:

I found an answer here. it fixes the bug at the expense of having popup windows appear whenever you want to refactor something. i should have stayed on 4.2 XD

https://stackoverflow.com/a/68748331/10637400

credit goes @Chris Clarke.

maybe this helps reduce your time googling