electrode-native icon indicating copy to clipboard operation
electrode-native copied to clipboard

How to have ElectrodeMiniAppActivity extend FragmentActivity instead of Activity?

Open melissayu opened this issue 5 years ago • 2 comments

Is there a way to change ElectrodeMiniAppActivity base class to FragmentActivity instead of Activity?

melissayu avatar May 01 '19 18:05 melissayu

@melissayu You cannot change ElectrodeMiniAppActivity since it is a generated class. But you can create your own version of ElectrodeMiniAppActivity and extend FragmentActivity

deepueg avatar May 01 '19 20:05 deepueg

@deepueg Thanks for your reply -- Where exactly in the Miniapp can I make this change so that the ern-runner reflects it?

melissayu avatar May 01 '19 23:05 melissayu