mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 22:45:41 +03:00
Fix rootEgl release
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
cda30d256e
commit
2e6804dc35
2 changed files with 2 additions and 4 deletions
|
@ -12,8 +12,8 @@ android {
|
|||
targetSdkVersion 27
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
versionCode 11
|
||||
versionName "1.0.2"
|
||||
versionCode 12
|
||||
versionName "1.0.3"
|
||||
|
||||
// Enabling multidex support.
|
||||
multiDexEnabled true
|
||||
|
|
|
@ -1004,8 +1004,6 @@ public class CallActivity extends AppCompatActivity {
|
|||
videoCapturer = null;
|
||||
}
|
||||
|
||||
rootEglBase.release();
|
||||
|
||||
hangupNetworkCalls();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue