定位按钮实现调整车头方向功能
This commit is contained in:
@@ -65,7 +65,7 @@ public class RequestOptions {
|
||||
/**
|
||||
* Mutator for indicating whether loading message should be displayed while request is ongoing
|
||||
*/
|
||||
private RequestOptions loading( boolean loading ) {
|
||||
public RequestOptions loading( boolean loading ) {
|
||||
this.loading = loading;
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user