mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Add support for conversation intent routing to MainActivity.
This commit is contained in:
committed by
Cody Henthorne
parent
9d593bcaff
commit
ae90b2ecd9
@@ -167,10 +167,11 @@ class InternalSettingsFragment : DSLSettingsFragment(R.string.preferences__inter
|
||||
|
||||
switchPref(
|
||||
title = DSLSettingsText.from("Enable new split pane UI."),
|
||||
summary = DSLSettingsText.from("Warning: Some bugs and non functional buttons are expected."),
|
||||
summary = DSLSettingsText.from("Warning: Some bugs and non functional buttons are expected. App will restart."),
|
||||
isChecked = state.largeScreenUi,
|
||||
onClick = {
|
||||
viewModel.setUseLargeScreenUi(!state.largeScreenUi)
|
||||
AppUtil.restart(requireContext())
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user