Remove source migration action
This commit is contained in:
parent
780c1e68a6
commit
13f4bfa7bc
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user