Ashish Yadav
Ashish Yadav
I am closing this issue as it seems things are good to go. Thanks!
Card browser -> select few cards -> reset progress. Also shows a toast.
Could you please help me a bit to reproduce this issue? I would like to work on it and fix it.
> @criticalAY This could be a good starting point. https://github.com/ankidroid/Anki-Android/blob/main/AnkiDroid/src/main/java/com/ichi2/libanki/sched/AbstractSched.kt Thankyou!
@BrayanDSO I have fixed this. How to test it? Practical conditions so that I can test and make a PR. Thankyou!
@david-allison I was working on Intent.getParcelableExtra but when I am trying to update the method it gives an error and not recognizing the API level 33 intent removing the @supress...
> > read the docs on the deprecated API and the new API, and convert the code to the new API > > Look up the method: `getParcelableExtra`: https://developer.android.com/reference/android/content/Intent#getParcelableExtra(java.lang.String) >...
> @david-allison I would like to work on Activity.onBackPressed deprecation. Hey! are you still working on it?
> Hey, I was working on Bundle.getParcelable. The method in API level 33 is `public T getParcelable (String key, Class clazz)` > > I'm not sure which class should be...
> Is anyone working on PackageManager depreciated interfaces? If not I would love to work on it. I don't think anyone is