Skip to content

Commit

Permalink
Update IP data onResume
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastiaan committed Jul 18, 2016
1 parent 0ee073c commit 134ea87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/java/ht/vpn/android/fragment/VPNFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ public void onActivityCreated(Bundle savedInstanceState) {

VpnStatus.addLogListener(this);
VpnStatus.addStateListener(this);
}

@Override
public void onResume() {
super.onResume();
updateIPData();
}

Expand Down

0 comments on commit 134ea87

Please sign in to comment.