Commit 299dc49e authored by bixing's avatar bixing

update

parent 9dfd69c0
......@@ -62,7 +62,7 @@
<h2>Contact Us</h2>
<p>If you have any questions or concerns regarding our privacy policy or data processing, please feel free to contact us through the following means:</p>
<p>Email: contact@example.com</p>
<p>Email: quickTextCts@outlook.com</p>
<p>This privacy policy may be updated periodically, and we recommend checking it regularly for the latest information.</p>
......
......@@ -100,7 +100,7 @@ public class PictureTranslateStartActivity extends BaseActivity {
}
}
private class MyHandler extends Handler {
private static class MyHandler extends Handler {
private final WeakReference<Activity> weakReference;
private int i = 0;
......
......@@ -74,7 +74,7 @@ import com.ads.cal.picturetranslate.base.BaseActivity;
"<h2>Contact Us</h2>\n" +
"\n" +
"<p>If you have any questions or concerns regarding our privacy policy or data processing, please feel free to contact us through the following means:</p>\n" +
"<p>Email: contact@example.com</p>\n" +
"<p>Email: quickTextCts@outlook.com</p>\n" +
"\n" +
"<p>This privacy policy may be updated periodically, and we recommend checking it regularly for the latest information.</p>\n" +
"\n" +
......
......@@ -45,6 +45,7 @@
android:id="@+id/email_layout"
android:layout_width="match_parent"
android:layout_height="60dp"
android:visibility="gone"
android:layout_marginTop="10dp"
android:background="@drawable/app_setting_item" >
......
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