Skip to content

Commit

Permalink
Merge pull request #4 from sjsaul1101/master
Browse files Browse the repository at this point in the history
Migrate TranslucentModalHostView.java to androidX
  • Loading branch information
pinguo-zhouwei authored Dec 26, 2019
2 parents 1e0f3f2 + 58635f3 commit be7977b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import android.content.DialogInterface;
import android.graphics.Color;
import android.os.Build;
import android.support.v4.view.ViewCompat;
import androidx.core.view.ViewCompat;
import android.view.View;
import android.view.Window;
import android.view.WindowInsets;
Expand Down

0 comments on commit be7977b

Please sign in to comment.