Permalink
Browse files
updates deprecated method
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
app/src/main/java/io/hypertrack/sendeta/view/Home.java
|
|
@@ -1084,7 +1084,7 @@ protected void onResume() { |
|
|
if (actionManager.getHyperTrackAction() != null && !actionManager.getHyperTrackAction().isCompleted()) {
|
|
|
actionManager.setActionComletedListener(actionCompletedListener);
|
|
|
|
|
|
- lookupId = actionManager.getHyperTrackAction().getLookupID();
|
|
|
+ lookupId = actionManager.getHyperTrackAction().getLookupId();
|
|
|
HyperTrack.trackActionByLookupId(lookupId, null);
|
|
|
}
|
|
|
|
|
|
|
0 comments on commit
c07422f