GCX-HCI / tray

a SharedPreferences replacement for Android with multiprocess support
Apache License 2.0
2.29k stars 272 forks source link

fixed Android 6.0 listener bug #55

Closed passsy closed 9 years ago

passsy commented 9 years ago

Marshmallow has "optimized" the code and the while loop was running forever. setting the flag to volatile solved this problem

codecov-io commented 9 years ago

Current coverage is 100.00%

Merging #55 into master will not affect coverage as of 7891d9c

@@            master     #55   diff @@
======================================
  Files           22      22       
  Stmts          622     623     +1
  Branches        82      82       
  Methods          0       0       
======================================
+ Hit            622     623     +1
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 7891d9c

Powered by Codecov. Updated on successful CI builds.

passsy commented 9 years ago

@EarlOfEgo implemented as discussed