Skip to content

Commit 5ff9536

Browse files
Update README.pt.md
1 parent bc0e8e9 commit 5ff9536

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.pt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ Antes de enviar seu PR, execute a checagem do gradle.
119119

120120
2. Se chamar `tooltip.show()` após a `Activity/Dialog` ser encerrada, pode ocorrer o erro `android.view.WindowLeaked: Activity has leaked window android.widget.PopupWindow$PopupViewContainer that was originally added here`. [Leia mais.](http://stackoverflow.com/questions/2850573/activity-has-leaked-window-that-was-originally-added) (Este erro não afeta no funcionamento do programa.)
121121

122+
3. À partir da API 24 o Android mudou o comportamento da `PopupWindow` em relação a propriedade [`setClippingEnabled`](https://developer.android.com/reference/android/widget/PopupWindow.html#setClippingEnabled(boolean)), isso faz com que a Popup possa ficar cortada se não couber na tela. [Leia mais](https://github.com/douglasjunior/android-simple-tooltip/issues/40).
123+
122124
## Licença
123125

124126
```

0 commit comments

Comments
 (0)