Skip to content

Refactor notification#32

Open
ArtemAntoshyk wants to merge 2 commits into
diia-open-source:mainfrom
ArtemAntoshyk:refactor_notification
Open

Refactor notification#32
ArtemAntoshyk wants to merge 2 commits into
diia-open-source:mainfrom
ArtemAntoshyk:refactor_notification

Conversation

@ArtemAntoshyk
Copy link
Copy Markdown

Fixed errors in the designer (extra comma removed).. Short forms of functions were used instead of explicitly specifying return types.. Optimized code where possible for better readability and compactness.. Added indents to improve readability.
Extends comments

earoslav added 2 commits May 10, 2024 00:53
 Short forms of functions were used instead of explicitly specifying return types.. Optimized code where possible for better readability and compactness.. Added indents to improve readability.
icon = "\uD83D\uDE1E",
title = "На жаль, сталася помилка",
description = "Дані не зчитано. Втрачено зв’язок з картою або сталася помилка при зчитуванні",
title = "На жаль, сталася помилка😒",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

there are controversial adding emoji to government application.

class PinHelperImpl @Inject constructor(
private val biometric: Biometric,
private val settingsRepository: AppSettingsRepository,
private val settingsRepository: AppSettingsRepository
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Adding trailing comma is one of development technique. Maybe should to apply this changes by adding a rule of static linters like a detekt, ktlint

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.

3 participants