0
0
Fork 0
mirror of https://github.com/YTVanced/Integrations synced 2024-11-30 15:13:03 +00:00
This commit is contained in:
caneleex 2021-08-03 19:22:12 +02:00
parent d15fa18bb5
commit d6c4da26f7

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