Skip to content

Commit

Permalink
For testing
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed May 31, 2024
1 parent be87d63 commit 333a1f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Branch-SDK/src/main/java/io/branch/referral/DeviceInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class DeviceInfo {
private final SystemObserver systemObserver_;
private final Context context_;

private final int test;

/**
* Get the singleton instance for this class
*
Expand All @@ -43,6 +45,7 @@ static DeviceInfo getInstance() {
DeviceInfo(Context context) {
context_ = context;
systemObserver_ = new SystemObserverInstance();
test = 123;
}

/**
Expand Down

0 comments on commit 333a1f7

Please sign in to comment.