Remove source migration action
This commit is contained in:
parent
780c1e68a6
commit
13f4bfa7bc
@ -479,9 +479,6 @@ class LibraryController(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// SY -->
|
// SY -->
|
||||||
R.id.action_source_migration -> {
|
|
||||||
router.pushController(MigrationSourcesController().withFadeTransaction())
|
|
||||||
}
|
|
||||||
R.id.action_sync_favorites -> {
|
R.id.action_sync_favorites -> {
|
||||||
if (preferences.exhShowSyncIntro().get()) {
|
if (preferences.exhShowSyncIntro().get()) {
|
||||||
activity?.let { FavoritesIntroDialog().show(it) }
|
activity?.let { FavoritesIntroDialog().show(it) }
|
||||||
|
@ -31,10 +31,4 @@
|
|||||||
android:title="@string/sync_favorites"
|
android:title="@string/sync_favorites"
|
||||||
app:showAsAction="never"/>
|
app:showAsAction="never"/>
|
||||||
|
|
||||||
|
|
||||||
<item
|
|
||||||
android:id="@+id/action_source_migration"
|
|
||||||
android:title="@string/source_migration"
|
|
||||||
app:showAsAction="never"/>
|
|
||||||
|
|
||||||
</menu>
|
</menu>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user