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

Transparent background of QuickActionItem Again #3

Open
cfanboy opened this issue Oct 24, 2011 · 3 comments
Open

Transparent background of QuickActionItem Again #3

cfanboy opened this issue Oct 24, 2011 · 3 comments

Comments

@cfanboy
Copy link

cfanboy commented Oct 24, 2011

Hi Lorensius, I found out the new version still has transparent background issue.
I clicked the item for 2 ways, one is click item quickly, and other is hold about 1s then release.
In previous version, the 1st way to click item, the background transparent, but the 2nd way(hold way) is ok.
But In current version, it reversed, the 1st way is ok, and 2nd way is wrong.

The issue only occur on Android 2.2 and above. Both of two ways on Android 2.1 - updated are OK.
Thanks.

@lorensiuswlt
Copy link
Owner

Hi cfanboy, thanx for reporting the issue, i've found the solution for it. That was caused by the missing popupwindow background. I'll update the repo soon.

@ljesus
Copy link

ljesus commented Dec 18, 2011

Hi lorensius would you mind updating the repo on this issue? I also have the same problem. Thanks.

@sunloverz
Copy link

just change the dismiss method of the popupwindow class
public void dismiss() {
final Handler handler = new Handler();
handler.postDelayed(new Runnable() {
@OverRide
public void run() {
//Do something after 300ms
mWindow.dismiss();
}
}, 400);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants