Project

General

Profile

« Previous | Next » 

Revision 5e048300

Added by Leszek Koltunski about 2 years ago

Fix for a bug when in Turkey and Azerbaijan, the names of downloaded objects which contain the letter 'I' do not get translated to upper case correctly (part 2: fix 'toLowerCase()' )

View differences:

src/main/java/org/distorted/main/RubikActivity.java
669 669
      TwistyObject currObject = getObject();
670 670
      String name = currObject.getShortName();
671 671

  
672
      if( name.toLowerCase().equals(shortName) )
672
      if( name.toLowerCase(Locale.ENGLISH).equals(shortName) )
673 673
        {
674 674
        RubikObject object = RubikObjectList.getObject(name);
675 675

  

Also available in: Unified diff