kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix navigation directly to the help screen.
rodzic
e90fa05d60
commit
69716dde4a
|
@ -88,7 +88,7 @@ class AppSettingsActivity : DSLSettingsActivity() {
|
||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
fun help(context: Context, startCategoryIndex: Int = 0): Intent {
|
fun help(context: Context, startCategoryIndex: Int = 0): Intent {
|
||||||
return getIntentForStartLocation(context, StartLocation.HOME)
|
return getIntentForStartLocation(context, StartLocation.HELP)
|
||||||
.putExtra(HelpFragment.START_CATEGORY_INDEX, startCategoryIndex)
|
.putExtra(HelpFragment.START_CATEGORY_INDEX, startCategoryIndex)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue