mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Android: fix function signature in java code
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5cdba2d652
commit
67fae6185d
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue