Skip to content

Commit

Permalink
Empty constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
markwinter committed Jul 20, 2014
1 parent 6622bc1 commit 14fb43c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/java/im/tox/antox/fragments/ChatFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ public ChatFragment(String key) {
this.activeKey = key;
}

public ChatFragment() {
super();
}

@Override
public void onResume(){
super.onResume();
Expand Down

0 comments on commit 14fb43c

Please sign in to comment.