Skip to content

Unable to build Netwatch outside the Activity #5

@hamzaahmedkhan

Description

@hamzaahmedkhan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions