mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Implement UI for setting profile pictures
This commit is contained in:
committed by
Torsten Grote
parent
f819930570
commit
43c6ae4258
@@ -88,5 +88,8 @@ internal class HeadlessModule(private val appDir: File) {
|
||||
internal fun provideObjectMapper() = ObjectMapper()
|
||||
|
||||
@Provides
|
||||
internal fun provideFeatureFlags() = FeatureFlags { false }
|
||||
internal fun provideFeatureFlags() = object : FeatureFlags {
|
||||
override fun shouldEnableImageAttachments() = false
|
||||
override fun shouldEnableProfilePictures() = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user