fix : fixbug

This commit is contained in:
eggmanQQQ
2024-12-04 20:08:31 +08:00
parent 5f72425b85
commit 521a0b0662
3 changed files with 4 additions and 4 deletions

View File

@@ -1006,7 +1006,7 @@ public class DialogManager {
return;
}
if (mDialog.isShowing()) {
startTimeOutJob(mDialog);
// startTimeOutJob(mDialog);
return;
}
if (mReCreate) {
@@ -1027,7 +1027,7 @@ public class DialogManager {
}
});
startTimeOutJob(mDialog);
// startTimeOutJob(mDialog);
}

View File

@@ -187,7 +187,7 @@
tools:layout_height="50dp"
tools:layout_width="100dp"
android:paddingStart="16dp"
android:paddingBottom="66dp"
android:paddingBottom="@dimen/dp_10"
tools:visibility="visible" />
<com.chwl.app.ui.widget.BonsellaJoinAttackButtonView

View File

@@ -47,7 +47,7 @@ abstract class PickImageActionNew protected constructor(
val uri = data.data
if (uri != null) {
val file = copyFile(activity, uri)
if (file == null) {
if (file != null) {
file?.path?.let { path ->
val paths = mutableListOf(path)
PhotoCompressUtil.compress(BaseApp.getContext(),