mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +01:00
Fix a crashing bug
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
abea83a35b
commit
081050eb42
@ -33,10 +33,10 @@ public abstract class ButterKnifeController extends Controller {
|
||||
|
||||
private Unbinder unbinder;
|
||||
|
||||
ButterKnifeController() {
|
||||
public ButterKnifeController() {
|
||||
}
|
||||
|
||||
ButterKnifeController(Bundle args) {
|
||||
public ButterKnifeController(Bundle args) {
|
||||
super(args);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user