This commit is contained in:
caneleex 2021-08-03 19:22:12 +02:00
parent d15fa18bb5
commit d6c4da26f7
1 changed files with 1 additions and 1 deletions

View File

@ -599,8 +599,8 @@ public abstract class SponsorBlockUtils {
Toast.makeText(context, str("settings_import_successful"), Toast.LENGTH_SHORT).show();
}
catch (Exception ex) {
ex.printStackTrace();
Toast.makeText(context, str("settings_import_failed"), Toast.LENGTH_SHORT).show();
ex.printStackTrace();
}
}