Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrated sector list to recycler view #315

Merged
merged 2 commits into from
Feb 7, 2022

Conversation

paetz
Copy link
Collaborator

@paetz paetz commented Feb 3, 2022

Resolves #304

@paetz paetz force-pushed the feature/304_migrate_sector_list_to_recycler_view branch from fddfe08 to 4df09b6 Compare February 3, 2022 11:09
chrgernoe
chrgernoe previously approved these changes Feb 6, 2022
Comment on lines 44 to 51
private val _countSummits = customSettings.getBoolean(context.getString(R.string.count_summits), context.resources.getBoolean(R.bool.count_summits))
private val _countMassifs = customSettings.getBoolean(context.getString(R.string.count_massifs), context.resources.getBoolean(R.bool.count_massifs))
private val _countBoulders = customSettings.getBoolean(context.getString(R.string.count_boulders), context.resources.getBoolean(R.bool.count_boulders))
private val _countCaves = customSettings.getBoolean(context.getString(R.string.count_caves), context.resources.getBoolean(R.bool.count_caves))
private val _countUnofficialRocks = customSettings.getBoolean(context.getString(R.string.count_unofficial_rocks), context.resources.getBoolean(R.bool.count_unofficial_rocks))
private val _countProhibitedRocks = customSettings.getBoolean(context.getString(R.string.count_prohibited_rocks), context.resources.getBoolean(R.bool.count_prohibited_rocks))
private val _countCollapsedRocks = customSettings.getBoolean(context.getString(R.string.count_collapsed_rocks), context.resources.getBoolean(R.bool.count_collapsed_rocks))
private val _countOnlyLeads = customSettings.getBoolean(context.getString(R.string.count_only_leads), context.resources.getBoolean(R.bool.count_only_leads))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is pretty hard to read. I would prefer to break the lines.

@paetz paetz merged commit 40cd6d2 into master Feb 7, 2022
@paetz paetz deleted the feature/304_migrate_sector_list_to_recycler_view branch February 21, 2022 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate sector list to RecyclerView
2 participants