This commit is contained in:
caneleex 2021-08-03 19:22:12 +02:00
parent c0c9ea451e
commit 77832cf83a

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();
}
}