netWatch icon indicating copy to clipboard operation
netWatch copied to clipboard

Unable to build Netwatch outside the Activity

Open hamzaahmedkhan opened this issue 4 years ago • 0 comments

I am unable to build Netwatch outside the activity because the forceful casting of Context into Activity.

public static Builder builder(Context context){
       return Builder.getInstance((Activity) context);
   }

With Following exception: W/System.err: java.lang.ClassCastException: com.atom.vpn.demo.AtomDemoApplicationController cannot be cast to android.app.Activity

hamzaahmedkhan avatar Sep 16 '20 10:09 hamzaahmedkhan