Android: fix function signature in java code

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-08-10 19:26:49 -07:00
parent 5cdba2d652
commit 67fae6185d

View file

@ -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");