mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 08:37:36 -04:00
Open contacts view on click unread notification
This commit is contained in:
parent
93d778a577
commit
c86b7c79ae
3 changed files with 18 additions and 3 deletions
|
@ -65,12 +65,16 @@ public class RetroShareQmlActivity extends QtActivity
|
|||
@Override
|
||||
public void onNewIntent(Intent intent)
|
||||
{
|
||||
Log.i("RetroShareQmlActivity", "onNewIntent(Intent intent)");
|
||||
Log.i("RetroShareQmlActivity", "on NewIntent(Intent intent)");
|
||||
|
||||
super.onNewIntent(intent);
|
||||
|
||||
String uri = intent.getDataString();
|
||||
if (uri != null) NativeCalls.notifyIntentUri(uri);
|
||||
if (uri != null)
|
||||
{
|
||||
NativeCalls.notifyIntentUri(uri);
|
||||
Log.i("RetroShareQmlActivity", "onNewIntent(Intent intent) Uri: " + uri);
|
||||
}
|
||||
}
|
||||
|
||||
@UsedByNativeCode @SuppressWarnings("unused")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue