提交 f09a1935 编写于 作者: C changzuozhen

volatile sSatellites

上级 1687ac91
......@@ -45,7 +45,7 @@ public class GpsStatusUtil {
}
}
private static SparseArray<GpsSatellite> mSatellites;
private static volatile SparseArray<GpsSatellite> sSatellites;
public static void checkSatellite() throws ClassNotFoundException, NoSuchMethodException, NoSuchFieldException, IllegalAccessException, InstantiationException, java.lang.reflect.InvocationTargetException {
if (mSatellites == null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册