mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 13:35:33 +03:00
Fix a crashing bug
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
abea83a35b
commit
081050eb42
1 changed files with 2 additions and 2 deletions
|
@ -33,10 +33,10 @@ public abstract class ButterKnifeController extends Controller {
|
||||||
|
|
||||||
private Unbinder unbinder;
|
private Unbinder unbinder;
|
||||||
|
|
||||||
ButterKnifeController() {
|
public ButterKnifeController() {
|
||||||
}
|
}
|
||||||
|
|
||||||
ButterKnifeController(Bundle args) {
|
public ButterKnifeController(Bundle args) {
|
||||||
super(args);
|
super(args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue