提交 636941d0 编写于 作者: lizhongyi_'s avatar lizhongyi_

Merge branch 'dev' into LZY

* dev:
  未使用变量注解修改为UNUSED_PARAMETER
......@@ -180,7 +180,7 @@ export function getLocation(locationOptions: LocationOptions):boolean {
/**
* 持续监听位置变化
*/
@Suppress("unuse")
@Suppress("UNUSED_PARAMETER")
export function watchPosition(_locationOptions: LocationOptions) {
//todo
}
......@@ -188,6 +188,7 @@ export function watchPosition(_locationOptions: LocationOptions) {
/**
* 关闭监听位置变化
*/
@Suppress("UNUSED_PARAMETER")
export function clearWatch() {
//todo
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册