fix : fixbug
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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(),
|
||||
|
Reference in New Issue
Block a user