File tree 1 file changed +2
-2
lines changed
app/src/main/java/fr/free/nrw/commons/settings 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ class SettingsFragment : PreferenceFragmentCompat() {
85
85
private var languageHistoryListView: ListView ? = null
86
86
87
87
private lateinit var inAppCameraLocationPermissionLauncher: ActivityResultLauncher <Array <String >>
88
- private val getContentPickerHelpUrl = " https://commons-app.github.io/docs.html#get-content"
89
88
90
89
private val cameraPickLauncherForResult: ActivityResultLauncher <Intent > =
91
90
registerForActivityResult(StartActivityForResult ()) { result ->
@@ -297,7 +296,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
297
296
getString(R .string.ok),
298
297
getString(R .string.read_help_link),
299
298
{ },
300
- { Utils .handleWebUrl(requireContext(), Uri .parse(getContentPickerHelpUrl )) },
299
+ { Utils .handleWebUrl(requireContext(), Uri .parse(GET_CONTENT_PICKER_HELP_URL )) },
301
300
null
302
301
)
303
302
}
@@ -511,6 +510,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
511
510
512
511
@Suppress(" LongLine" )
513
512
companion object {
513
+ const val GET_CONTENT_PICKER_HELP_URL = " https://commons-app.github.io/docs.html#get-content"
514
514
private const val VANISH_ACCOUNT_URL = " https://meta.m.wikimedia.org/wiki/Special:Contact/accountvanishapps"
515
515
private const val VANISH_ACCOUNT_SUCCESS_URL = " https://meta.m.wikimedia.org/wiki/Special:GlobalVanishRequest/vanished"
516
516
/* *
You can’t perform that action at this time.
0 commit comments