You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just checking targetSdkVersion requirements and they mention potentially using getLocationInWindow() instead of getLocationOnScreen() because of the new advanced window management.
I'm not too familiar with this, but maybe it's worth checking which method should be used in this particular scenario.
The text was updated successfully, but these errors were encountered:
AztecEditor-Android/aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt
Line 612 in fdcf6ce
I was just checking targetSdkVersion requirements and they mention potentially using
getLocationInWindow()
instead ofgetLocationOnScreen()
because of the new advanced window management.I'm not too familiar with this, but maybe it's worth checking which method should be used in this particular scenario.
The text was updated successfully, but these errors were encountered: