Commit ad11fbfe authored by wanglei's avatar wanglei

混淆前脚本定位

parent 6418e2c6
package com.base.easyfilemanager.helps
import android.view.View
import org.json.JSONObject
import java.text.SimpleDateFormat
import java.util.Locale
......@@ -40,8 +39,6 @@ object KotlinExt {
var view: View? = this
while (view != null) {
try {
val obj = JSONObject()
obj.put("view_id", resources.getResourceEntryName(view.id))
break
} catch (_: Exception) {
view = view.parent as? View
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment