electrode-native
electrode-native copied to clipboard
How to have ElectrodeMiniAppActivity extend FragmentActivity instead of Activity?
Is there a way to change ElectrodeMiniAppActivity base class to FragmentActivity instead of Activity?
@melissayu You cannot change ElectrodeMiniAppActivity
since it is a generated class. But you can create your own version of ElectrodeMiniAppActivity
and extend FragmentActivity
@deepueg Thanks for your reply -- Where exactly in the Miniapp can I make this change so that the ern-runner reflects it?