fuzhou0099 / android-smspopup

Automatically exported from code.google.com/p/android-smspopup
0 stars 0 forks source link

Crash when Swiping Pager #409

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Receive SMS (1 or more)
2. Swipe popup window

What is the expected output? What do you see instead?
I expected that viewpager would be working properly, but the apps crashed 
instead.
In the logcat, it said StackOverFlowError.

What version of the product are you using? On what operating system?
I got the source via Git Clone  and built it then installed it on my phone. 
Android 4.0.3.

Please provide any additional information below.
I attached log-viewpager.txt from the logcat.

Original issue reported on code.google.com by ragaze...@gmail.com on 9 May 2013 at 6:51

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I don't know what version you published in Google Play. The app from Google 
Play is working properly. But, the app I built from cloning your git-repository 
crashed.

I made some modification in SmsPopupPager.java. I used 
SimpleOnPageChangeListener instead of implementing OnPageChangeListener. It 
worked and I thougt it's more simple this way.

I don't know how to links revisions from other repository. :)

http://code.google.com/r/ragazenta-android-smspopup/source/detail?r=8f2731239a48
7e1d1551cd8e505af86e3443f333
http://code.google.com/r/ragazenta-android-smspopup/source/detail?r=6b0b8a50d419
6b26c37701a0de821bcead1d6e2a

Original comment by ragaze...@gmail.com on 9 May 2013 at 7:25