Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 17385df

Browse files
committed
[Android] Remove the unnecessary parent interface.
1 parent f90e50f commit 17385df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell/platform/android/io/flutter/view/TextureRegistry.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ interface OnTrimMemoryListener {
135135
}
136136

137137
@Keep
138-
interface ImageConsumer extends TextureEntry {
138+
interface ImageConsumer {
139139
/**
140140
* Retrieve the last Image produced. Drops all previously produced images.
141141
*
@@ -148,7 +148,7 @@ interface ImageConsumer extends TextureEntry {
148148
}
149149

150150
@Keep
151-
interface GLTextureConsumer extends TextureEntry {
151+
interface GLTextureConsumer {
152152
/**
153153
* Retrieve the last GL texture produced.
154154
*

0 commit comments

Comments
 (0)