Commit a3cfca77 authored by wanglei's avatar wanglei

...

parent 0c29153d
......@@ -333,7 +333,9 @@ class WebBrowserActivity : BaseActivity<ActivityWebBrowserBinding>() {
privacyAction = {
setEditPrivacy(this, binding.editWeb)
},
offAction = { finishToMain() }
offAction = {
}
)
}
......
......@@ -335,7 +335,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:text="Off"
android:text="Close"
android:textColor="@color/black"
android:textSize="16sp"
app:layout_constraintBottom_toBottomOf="parent"
......
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