mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 13:08:07 +00:00
Fixed double call to super() causing incoming call activity to crash
This commit is contained in:
parent
86e8b49460
commit
1e82730cf7
1 changed files with 0 additions and 1 deletions
|
|
@ -158,7 +158,6 @@ public class CallIncomingActivity extends LinphoneGenericActivity {
|
|||
}
|
||||
};
|
||||
|
||||
super.onCreate(savedInstanceState);
|
||||
sInstance = this;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue