Skip to content

Commit

Permalink
[Android] Remove the unnecessary parent interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xZOne committed Feb 15, 2024
1 parent 2e1016c commit a71bfb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/platform/android/io/flutter/view/TextureRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ interface OnTrimMemoryListener {
}

@Keep
interface ImageConsumer extends TextureEntry {
interface ImageConsumer {
/**
* Retrieve the last Image produced. Drops all previously produced images.
*
Expand All @@ -148,7 +148,7 @@ interface ImageConsumer extends TextureEntry {
}

@Keep
interface GLTextureConsumer extends TextureEntry {
interface GLTextureConsumer {
/**
* Retrieve the last GL texture produced.
*
Expand Down

0 comments on commit a71bfb6

Please sign in to comment.