File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Assets/ConsentManagementProvider/Scripts Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ internal const string
12
12
internal static class PRIVACY_MANAGER_TAB_STRING
13
13
{
14
14
internal const string
15
- DEFAULT = "default " ,
16
- PURPOSES = "purposes " ,
17
- VENDORS = "vendors " ,
18
- FEATURES = "features " ;
15
+ DEFAULT = "DEFAULT " ,
16
+ PURPOSES = "PURPOSES " ,
17
+ VENDORS = "VENDORS " ,
18
+ FEATURES = "FEATURES " ;
19
19
}
20
20
}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ internal AndroidJavaObject ConstructPrivacyManagerTab(PRIVACY_MANAGER_TAB tab)
41
41
string enumName = CSharp2JavaStringEnumMapper . GetPrivacyManagerTab ( tab ) ;
42
42
43
43
AndroidJavaClass pmTabClass = new AndroidJavaClass ( "com.sourcepoint.cmplibrary.model.PMTab" ) ;
44
- AndroidJavaObject privacyManagerTab = pmTabClass . GetStatic < AndroidJavaObject > ( enumName . ToUpper ( ) ) ;
44
+ AndroidJavaObject privacyManagerTab = pmTabClass . GetStatic < AndroidJavaObject > ( enumName ) ;
45
45
privacyManagerTab . Set ( "key" , CSharp2JavaStringEnumMapper . GetPrivacyManagerTabKey ( tab ) ) ;
46
46
47
47
CmpDebugUtil . Log ( "PMTab is OK" ) ;
You can’t perform that action at this time.
0 commit comments