1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Make it more clear that we return NULL

This commit is contained in:
Martin Tůma 2024-01-23 21:39:28 +01:00
parent 436cf0d14c
commit 5eb0dfc9b1

View File

@ -12,7 +12,7 @@ public class Activity extends org.qtproject.qt.android.bindings.QtActivity
public String intentPath()
{
String path = "";
String path = null;
Intent intent = getIntent();
if (intent != null) {