File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
android/src/main/java/com/genexus/specific/android Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ public static void init()
3131 SpecificImplementation .NativeFunctions = new NativeFunctions ();
3232 SpecificImplementation .PictureFormatter = new PictureFormatter ();
3333 SpecificImplementation .Algorithms = new CryptoAlghorithms ();
34+ // connect GXSilentTrn
35+ SpecificImplementation .GXSilentTrnSdt = new GXSilentTrnSdt ();
36+ SpecificImplementation .SdtMessages_Message = new SdtMessages_Message ();
37+
3438 SpecificImplementation .KeepDecimals = true ;
3539 SpecificImplementation .MillisecondMask = "SSS" ;
3640 SpecificImplementation .SupportPending = true ;
Original file line number Diff line number Diff line change 55import com .genexus .common .interfaces .IExtensionGXSilentTrnSdt ;
66import com .genexus .common .interfaces .IPendingEventHelper ;
77
8- public class GxSilentTrnSdt implements IExtensionGXSilentTrnSdt {
8+ public class GXSilentTrnSdt implements IExtensionGXSilentTrnSdt {
99
1010 @ Override
1111 public IPendingEventHelper CreatePendingEventHelper () {
You can’t perform that action at this time.
0 commit comments