Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

OutOfMemeory crash #445

Open
sajadmaster opened this issue Sep 21, 2017 · 1 comment
Open

OutOfMemeory crash #445

sajadmaster opened this issue Sep 21, 2017 · 1 comment

Comments

@sajadmaster
Copy link

Hi,
I've recently implemented showcaseview to our app, Goal Meter, and I love it. However, within the first day we had several crash reports similar to the one mentioned in the post below.
#379

As explained above, the answer is to change:
@Override public void hide() { // If the type is set to one-shot, store that it has shot shotStateStore.storeShot(); mEventListener.onShowcaseViewHide(this); fadeOutShowcase(); }

to
@Override public void hide() { // If the type is set to one-shot, store that it has shot clearBitmap(); shotStateStore.storeShot(); mEventListener.onShowcaseViewHide(this); fadeOutShowcase(); }

Could you please make this change to this great library?

@sajadmaster
Copy link
Author

Within the first 10 days, I've got 24 crashes from 22 users. Here is the crash report. Any idea how to fix this issue?
_issue_30_crash.txt

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

No branches or pull requests

1 participant