eedf6abf91
When NotificationWorker was moved from ...components.notifications to ...worker. Installing Tusky with this change doesn't remove any future periodic jobs queued under the old class name. So when Class.forName() is called the old class name is not found, and the exception is thrown. Handle this the same way androidx.work.WorkerFactory does -- catch the exception, log it, and return null. Fixes #3740 |
||
---|---|---|
.. | ||
schemas/com.keylesspalace.tusky.db.AppDatabase | ||
src | ||
build.gradle | ||
getGitSha.gradle | ||
lint-baseline.xml | ||
lint.xml | ||
proguard-rules.pro |