Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InstiApp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
RAHUL SHARMA
InstiApp
Commits
f144420d
Commit
f144420d
authored
Oct 03, 2018
by
Preetam Ozarde
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary statements and commments
parent
09b0c46d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
app/src/main/java/app/insti/fragment/FileComplaintFragment.java
...c/main/java/app/insti/fragment/FileComplaintFragment.java
+0
-29
No files found.
app/src/main/java/app/insti/fragment/FileComplaintFragment.java
View file @
f144420d
...
...
@@ -133,11 +133,6 @@ public class FileComplaintFragment extends Fragment {
private
boolean
GPSIsSetup
=
false
;
FusedLocationProviderClient
mFusedLocationClient
;
ProgressDialog
progressDialog
;
int
GLOBAL_TOUCH_POSITION_X
=
0
;
int
GLOBAL_TOUCH_CURRENT_POSITION_X
=
0
;
boolean
isMaptouched
=
true
;
boolean
isBlockedScrollView
=
false
;
LinearLayout
mapLinearLayout
;
CollapsingToolbarLayout
collapsing_toolbar
;
public
FileComplaintFragment
()
{
...
...
@@ -387,7 +382,6 @@ public class FileComplaintFragment extends Fragment {
public
void
getMapReady
()
{
/*mapLinearLayout.requestDisallowInterceptTouchEvent(true);*/
Log
.
i
(
TAG
,
"in getMapReady"
);
mMapView
.
getMapAsync
(
new
OnMapReadyCallback
()
{
@Override
...
...
@@ -418,29 +412,6 @@ public class FileComplaintFragment extends Fragment {
}
});
}
/*googleMap.setOnCameraIdleListener(new GoogleMap.OnCameraIdleListener() {
@Override
public void onCameraIdle() {
Log.e(TAG,"==camera idle=="+ googleMap.getCameraPosition().target);
}
});
googleMap.setOnCameraMoveStartedListener(new GoogleMap.OnCameraMoveStartedListener() {
@Override
public void onCameraMoveStarted(int reason) {
if (reason ==REASON_GESTURE) {
isMaptouched = true;
Toast.makeText(getActivity(), "The user gestured on the map.",
Toast.LENGTH_SHORT).show();
} else if (reason ==REASON_API_ANIMATION) {
Toast.makeText(getActivity(), "The user tapped something on the map.",
Toast.LENGTH_SHORT).show();
} else if (reason ==REASON_DEVELOPER_ANIMATION) {
Toast.makeText(getActivity(), "The app moved the camera.",
Toast.LENGTH_SHORT).show();
}
}
});*/
}
});
}
...
...
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