Skip to content

Commit

Permalink
Fix unused import in Android embedder (flutter#16494)
Browse files Browse the repository at this point in the history
android.os.Parcelable was added in commit
6d5aaa0 but never used.
  • Loading branch information
cbracken authored and NoamDev committed Feb 27, 2020
1 parent 7866595 commit f539320
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import android.os.Build;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
import android.support.annotation.Keep;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
Expand Down

0 comments on commit f539320

Please sign in to comment.