Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishna Vemulavada
/
EZDine_Restaurant_App
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
82e1e9e9
authored
Apr 09, 2020
by
Krishna Vemulavada
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
EZDine
parent
97cb68e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
EZDineApp/src/main/java/com/vsoft/ezdine/android/activity/FindNearbyBranchMapActivity.java
EZDineApp/src/main/java/com/vsoft/ezdine/android/activity/FindNearbyBranchMapActivity.java
View file @
82e1e9e9
...
...
@@ -270,6 +270,8 @@ public class FindNearbyBranchMapActivity extends AppCompatActivity implements On
case
MY_PERMISSIONS_REQUEST_READ_PHONE_LOCATION:
{
// If request is cancelled, the result arrays are empty.
if
(
grantResults
.
length
>
0
&&
grantResults
[
0
]
==
PackageManager
.
PERMISSION_GRANTED
)
{
updateMap
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment