Skip to content

Commit

Permalink
library size reduced upto 20mb
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham committed Jul 25, 2020
1 parent f414cfd commit 328768d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,8 @@ public void onFailure() {
LogMessage.v("onFailure");
if(alertDialog.isShowing())
alertDialog.dismiss();
runOnUiThread(() ->
Toast.makeText(ActVideoTrimmer.this,"Failed to trim",Toast.LENGTH_SHORT).show());
}

@Override
Expand Down

0 comments on commit 328768d

Please sign in to comment.