summaryrefslogtreecommitdiff
path: root/android/1.1/AGnssRil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'android/1.1/AGnssRil.cpp')
-rw-r--r--android/1.1/AGnssRil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/1.1/AGnssRil.cpp b/android/1.1/AGnssRil.cpp
index 96e3597..1e774f1 100644
--- a/android/1.1/AGnssRil.cpp
+++ b/android/1.1/AGnssRil.cpp
@@ -102,7 +102,7 @@ Return<bool> AGnssRil::updateNetworkState(bool connected, NetworkType type, bool
}
break;
}
- mGnss->getGnssInterface()->updateConnectionStatus(connected, typeout);
+ mGnss->getGnssInterface()->updateConnectionStatus(connected, false, typeout, 0);
}
return true;
}