mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 12:15:50 +01:00
Remove unnecessary logging.
This commit is contained in:
committed by
Greyson Parrelli
parent
8be7fa8655
commit
370c2b941c
@@ -52,12 +52,6 @@ public final class GiphyMp4VideoPlayer extends FrameLayout implements DefaultLif
|
|||||||
this.exoView = findViewById(R.id.video_view);
|
this.exoView = findViewById(R.id.video_view);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void onDetachedFromWindow() {
|
|
||||||
Log.d(TAG, "onDetachedFromWindow");
|
|
||||||
super.onDetachedFromWindow();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void dispatchDraw(Canvas canvas) {
|
protected void dispatchDraw(Canvas canvas) {
|
||||||
super.dispatchDraw(canvas);
|
super.dispatchDraw(canvas);
|
||||||
|
|||||||
Reference in New Issue
Block a user