mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
fix unncessary reformatting and function description
This commit is contained in:
parent
5044b21545
commit
f0d5950b13
2 changed files with 5 additions and 5 deletions
|
@ -387,13 +387,13 @@ interface FragmentModule {
|
|||
|
||||
@Binds
|
||||
@IntoMap
|
||||
@FragmentKey(VectorSettingsAdvancedNotificationPreferenceFragment::class)
|
||||
fun bindVectorSettingsAdvancedNotificationPreferenceFragment(fragment: VectorSettingsAdvancedNotificationPreferenceFragment): Fragment
|
||||
@FragmentKey(VectorSettingsNotificationsTroubleshootFragment::class)
|
||||
fun bindVectorSettingsNotificationsTroubleshootFragment(fragment: VectorSettingsNotificationsTroubleshootFragment): Fragment
|
||||
|
||||
@Binds
|
||||
@IntoMap
|
||||
@FragmentKey(VectorSettingsNotificationsTroubleshootFragment::class)
|
||||
fun bindVectorSettingsNotificationsTroubleshootFragment(fragment: VectorSettingsNotificationsTroubleshootFragment): Fragment
|
||||
@FragmentKey(VectorSettingsAdvancedNotificationPreferenceFragment::class)
|
||||
fun bindVectorSettingsAdvancedNotificationPreferenceFragment(fragment: VectorSettingsAdvancedNotificationPreferenceFragment): Fragment
|
||||
|
||||
@Binds
|
||||
@IntoMap
|
||||
|
|
|
@ -42,7 +42,7 @@ abstract class VectorSettingsPushRuleNotificationPreferenceFragment
|
|||
}
|
||||
|
||||
/**
|
||||
* Create a push rule with the updated required at index.
|
||||
* Create a push rule with the updated checkbox status.
|
||||
*
|
||||
* @param status boolean checkbox status
|
||||
* @return a push rule with the updated flags
|
||||
|
|
Loading…
Reference in a new issue