From 67fae6185dee31e5608f2df190bee8b096637f1c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 10 Aug 2018 19:26:49 -0700 Subject: Android: fix function signature in java code Signed-off-by: Dirk Hohndel --- .../src/org/subsurfacedivelog/mobile/SubsurfaceMobileActivity.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'android-mobile/src') diff --git a/android-mobile/src/org/subsurfacedivelog/mobile/SubsurfaceMobileActivity.java b/android-mobile/src/org/subsurfacedivelog/mobile/SubsurfaceMobileActivity.java index 881016285..66f5c1b0e 100644 --- a/android-mobile/src/org/subsurfacedivelog/mobile/SubsurfaceMobileActivity.java +++ b/android-mobile/src/org/subsurfacedivelog/mobile/SubsurfaceMobileActivity.java @@ -64,9 +64,8 @@ public class SubsurfaceMobileActivity extends QtActivity } } // onNewIntent - public void checkPendingIntents(String workingDir) { + public void checkPendingIntents() { isInitialized = true; - Log.i(TAG + " checkPendingIntents", workingDir); if (isIntentPending) { isIntentPending = false; Log.i(TAG + " checkPendingIntents", "checkPendingIntents: true"); -- cgit v1.2.3-70-g09d2