Remove source migration action

This commit is contained in:
Jobobby04
2021-04-15 14:57:49 -04:00
parent 780c1e68a6
commit 13f4bfa7bc
2 changed files with 0 additions and 9 deletions
@@ -479,9 +479,6 @@ class LibraryController(
}
}
// SY -->
R.id.action_source_migration -> {
router.pushController(MigrationSourcesController().withFadeTransaction())
}
R.id.action_sync_favorites -> {
if (preferences.exhShowSyncIntro().get()) {
activity?.let { FavoritesIntroDialog().show(it) }