Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb2553e4 authored by Mark Harman's avatar Mark Harman
Browse files

Add comment about geocoder.

parent 4ff96644
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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");