Skip to content

Commit

Permalink
C++ formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iiLubos committed Jan 17, 2024
1 parent 6af1c92 commit 9de9918
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/position/tracking/androidtrackingbackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ AndroidTrackingBackend::~AndroidTrackingBackend()
QAndroidIntent serviceIntent( activity.object(), "uk/co/lutraconsulting/PositionTrackingService" );

activity.callMethod<jboolean>(
"stopService",
"(Landroid/content/Intent;)Z",
serviceIntent.handle().object() );
"stopService",
"(Landroid/content/Intent;)Z",
serviceIntent.handle().object() );

if ( mTrackingFile.isOpen() )
{
Expand Down
8 changes: 4 additions & 4 deletions app/position/tracking/androidtrackingbroadcast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ bool AndroidTrackingBroadcast::registerBroadcastPrivate()
javaenv->DeleteLocalRef( objectClass );

mBroadcastReceiver.callMethod<void>(
"registerBroadcastReceiver",
"(Landroid/content/Context;)V",
QNativeInterface::QAndroidApplication::context()
);
"registerBroadcastReceiver",
"(Landroid/content/Context;)V",
QNativeInterface::QAndroidApplication::context()
);

mBroadcastIsRegistered = true;

Expand Down

1 comment on commit 9de9918

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.01.505611 just submitted!

Please sign in to comment.