Remove source migration action
This commit is contained in:
@@ -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) }
|
||||
|
||||
@@ -31,10 +31,4 @@
|
||||
android:title="@string/sync_favorites"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
|
||||
<item
|
||||
android:id="@+id/action_source_migration"
|
||||
android:title="@string/source_migration"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
</menu>
|
||||
|
||||
Reference in New Issue
Block a user