Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setDrawableEnd mistakenly calls setDrawableBottom internally #57

Closed
carterhudson opened this issue Nov 15, 2019 · 1 comment
Closed
Assignees
Labels

Comments

@carterhudson
Copy link

carterhudson commented Nov 15, 2019

Line 702 of Tooltip.java

    public Builder setDrawableEnd(@DrawableRes int resId) {
        return setDrawableBottom(ResourcesCompat.getDrawable(mContext.getResources(), resId, null));
    }
@ViHtarb ViHtarb self-assigned this Nov 15, 2019
@ViHtarb ViHtarb added the bug label Nov 15, 2019
@ViHtarb
Copy link
Owner

ViHtarb commented Nov 15, 2019

Thanks. Fixed in 1.0.0-alpha04-SNAPSHOT

@ViHtarb ViHtarb closed this as completed Nov 15, 2019
ViHtarb added a commit that referenced this issue Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants