Loading app/src/main/java/net/sourceforge/opencamera/ImageSaver.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -2094,6 +2094,7 @@ public class ImageSaver extends Thread { Address address = null; Address address = null; if( request.store_location && !request.preference_stamp_geo_address.equals("preference_stamp_geo_address_no") ) { if( request.store_location && !request.preference_stamp_geo_address.equals("preference_stamp_geo_address_no") ) { // try to find an address // try to find an address // n.b., if we update the class being used, consider whether the info on Geocoder in preference_stamp_geo_address_summary needs updating if( Geocoder.isPresent() ) { if( Geocoder.isPresent() ) { if( MyDebug.LOG ) if( MyDebug.LOG ) Log.d(TAG, "geocoder is present"); Log.d(TAG, "geocoder is present"); Loading Loading
app/src/main/java/net/sourceforge/opencamera/ImageSaver.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -2094,6 +2094,7 @@ public class ImageSaver extends Thread { Address address = null; Address address = null; if( request.store_location && !request.preference_stamp_geo_address.equals("preference_stamp_geo_address_no") ) { if( request.store_location && !request.preference_stamp_geo_address.equals("preference_stamp_geo_address_no") ) { // try to find an address // try to find an address // n.b., if we update the class being used, consider whether the info on Geocoder in preference_stamp_geo_address_summary needs updating if( Geocoder.isPresent() ) { if( Geocoder.isPresent() ) { if( MyDebug.LOG ) if( MyDebug.LOG ) Log.d(TAG, "geocoder is present"); Log.d(TAG, "geocoder is present"); Loading