Android: fix function signature in java code
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5cdba2d652
commit
67fae6185d
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user