Skip to content

Commit

Permalink
simple:调整示例代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Petterpx committed Nov 25, 2024
1 parent 180c74e commit 9ea993b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ class CustomKtApplication : Application() {

FxSystemSimple.install(this)
FxAppSimple.install(this)
FxComposeSimple.install(this)
// FxComposeSimple.install(this)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ object FxAppSimple {
)
},
)
setTagActivityLifecycle(object :IFxProxyTagActivityLifecycle{
override fun onDestroyed(activity: Activity) {
super.onDestroyed(activity)

}
})
setTouchListener(object : IFxTouchListener {
override fun onTouch(event: MotionEvent, control: IFxInternalHelper?): Boolean {
return false
Expand Down

0 comments on commit 9ea993b

Please sign in to comment.