修复登录中dialog不显示loading动画的问题

优化大图渐出动画
This commit is contained in:
leafwai
2022-02-23 18:17:28 +08:00
parent 0bfdedfae8
commit b560cdfa6e
3 changed files with 4 additions and 10 deletions

View File

@ -51,7 +51,6 @@ import androidx.recyclerview.widget.RecyclerView;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
import com.airbnb.lottie.LottieAnimationView;
import com.facebook.drawee.generic.GenericDraweeHierarchy;
import com.facebook.drawee.view.SimpleDraweeView;
import com.gh.common.AppExecutor;
@ -111,7 +110,6 @@ public class DialogUtils {
View view = View.inflate(context, R.layout.set_wait_dialog, null);
TextView message = view.findViewById(R.id.set_wait_message);
message.setText(msg);
((LottieAnimationView) view.findViewById(R.id.loadingLottie)).setAnimation("lottie/loading.json");
dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
dialog.setContentView(view);
dialog.setCanceledOnTouchOutside(false);