mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Make it more clear that we return NULL
This commit is contained in:
parent
436cf0d14c
commit
5eb0dfc9b1
@ -12,7 +12,7 @@ public class Activity extends org.qtproject.qt.android.bindings.QtActivity
|
|||||||
|
|
||||||
public String intentPath()
|
public String intentPath()
|
||||||
{
|
{
|
||||||
String path = "";
|
String path = null;
|
||||||
|
|
||||||
Intent intent = getIntent();
|
Intent intent = getIntent();
|
||||||
if (intent != null) {
|
if (intent != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user