[3.4.0-map-sdk] code style

This commit is contained in:
zhongchao
2023-09-13 18:44:18 +08:00
parent 4932c1d8a7
commit 9ac785d60a
6 changed files with 4 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ import android.os.Bundle
* 生命周期
*/
interface ILifeCycle {
fun onCreate(bundle: Bundle)
fun onCreate(bundle: Bundle?)
fun onResume()
fun onPause()
fun onDestroy()