Change source migraton icon

This commit is contained in:
Jobobby04 2020-05-04 16:17:32 -04:00
parent 63ca5cc66b
commit e35f807218

View File

@ -70,7 +70,7 @@ class MoreController :
}
preference {
titleRes = R.string.label_migration
iconRes = R.drawable.ic_compare_arrows_black_24dp
iconRes = R.drawable.baseline_swap_calls_24
iconTint = tintColor
onClick {
router.pushController(MigrationController().withFadeTransaction())