Changeset 14699


Ignore:
Timestamp:
04/22/13 14:20:10 (12 years ago)
Author:
cnpetrie
Message:

attempt to eliminate redisplay of white map image in model view when model is rerun.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/mobile/android/ISSM_APP/src/gov/nasa/jpl/issm/ISSM.java

    r14694 r14699  
    132132        if( mapName.equals("greenland"))
    133133                {
    134                 defaultMap.setImageResource(R.drawable.greenland_button);
    135134                file = "greenland";
    136135                }
     
    138137        {
    139138                file = "antarctica";
    140                 defaultMap.setImageResource(R.drawable.antarctica_button);
    141139        }
    142140
     
    175173                        {
    176174                                mapName= "greenland";
     175                                defaultMap.setImageResource(R.drawable.greenland_button);
    177176                                viewflipper.setInAnimation(inFromRightAnimation());
    178177                        viewflipper.setOutAnimation(outToLeftAnimation());
     
    187186                        {
    188187                                mapName= "antarctica";
     188                                defaultMap.setImageResource(R.drawable.antarctica_button);
    189189                                viewflipper.setInAnimation(inFromRightAnimation());
    190190                        viewflipper.setOutAnimation(outToLeftAnimation());
Note: See TracChangeset for help on using the changeset viewer.