Skip to content

Commit

Permalink
for A13, detect if sharing content is from clipboard overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
lz233 committed Dec 26, 2022
1 parent 701d876 commit 1d37f5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class ProcessShareActivity : BaseActivity() {
overridePendingTransition(0, 0)
super.onCreate(savedInstanceState)

// must have a delay because Android has a very fool method to detect if app is in focus
if (Build.VERSION.SDK_INT >= 33) {
launch {
delay(50)
Expand Down

0 comments on commit 1d37f5c

Please sign in to comment.