Fix navigation directly to the help screen.

This commit is contained in:
Greyson Parrelli
2021-07-14 11:16:50 -04:00
parent e90fa05d60
commit 69716dde4a

View File

@@ -88,7 +88,7 @@ class AppSettingsActivity : DSLSettingsActivity() {
@JvmStatic
fun help(context: Context, startCategoryIndex: Int = 0): Intent {
return getIntentForStartLocation(context, StartLocation.HOME)
return getIntentForStartLocation(context, StartLocation.HELP)
.putExtra(HelpFragment.START_CATEGORY_INDEX, startCategoryIndex)
}