Skip to content

Commit

Permalink
[dev] Ajuste ActivityFinish
Browse files Browse the repository at this point in the history
  • Loading branch information
williaanlopes committed Oct 22, 2020
1 parent 56ff3dd commit fae84ed
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

import com.airbnb.lottie.LottieAnimationView;

import com.leve.ai.R;

/**
* Created by Williaan Souza (dextter) on 16/10/2020
* Contact [email protected]
Expand Down Expand Up @@ -85,7 +87,8 @@ void error() {
title.setTextColor(color);
description.setText(getIntent().getStringExtra("message"));
description.setTextColor(color);
animationView.setAnimationFromUrl("https://assets10.lottiefiles.com/packages/lf20_KWZHHd.json");
animationView.setVisibility(View.GONE);
// animationView.setAnimationFromUrl("https://assets10.lottiefiles.com/packages/lf20_KWZHHd.json");

action.setTextColor(ContextCompat.getColor(
getApplicationContext(),
Expand Down

0 comments on commit fae84ed

Please sign in to comment.