Lib: Cleanup - Fix comment indentation (#3827)

Cleanup
This commit is contained in:
Chopper 2024-07-02 03:47:29 -03:00 committed by Draff
parent 5b0a105213
commit 689e4a1ba1
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ import androidx.preference.PreferenceScreen
import okhttp3.Headers
/**
* Helper function to return UserAgentType based on SharedPreference value
*/
/**
* Helper function to return UserAgentType based on SharedPreference value
*/
fun SharedPreferences.getPrefUAType(): UserAgentType {
return when (getString(PREF_KEY_RANDOM_UA, "off")) {
"mobile" -> UserAgentType.MOBILE