Project

General

Profile

« Previous | Next » 

Revision b51ad4d6

Added by Leszek Koltunski almost 2 years ago

Bugfix: properly display number of stars on new installs.

View differences:

src/main/java/org/distorted/main/RubikActivity.java
282 282

  
283 283
      if( mIsChinese && !mPolicyAccepted ) privacyPolicy();
284 284

  
285
      if( USE_IAP && mOldVersion!=null && oldVersionLessThan(1,11,5) && !mCurrVersion.equals("1.11.4") )
285
      if( USE_IAP && mOldVersion!=null && !mOldVersion.equals("") && oldVersionLessThan(1,11,5) && !mCurrVersion.equals("1.11.4") )
286 286
        {
287 287
        explainStars();
288 288
        }

Also available in: Unified diff