Changeset 14700


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

Second 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

    r14699 r14700  
    228228                                System.out.println("Friction = " + friction );
    229229                                new CalculationTask().execute(friction,temperature);
     230                                defaultMap.setImageResource(0);
    230231                        }
    231232                    });
Note: See TracChangeset for help on using the changeset viewer.