99keshav99 / CaptureSposed

Xposed module that effectively disables the newly introduced screenshot detection API in Android 14
GNU Affero General Public License v3.0
89 stars 5 forks source link

Add Logic to Mark Tile Reveal as Done #41

Closed DavidBerdik closed 1 month ago

DavidBerdik commented 1 month ago

When working on #27, I forgot to add the logic to mark the tile reveal as done. Because of this, the hook will run every time even though we only want it to run once.

DavidBerdik commented 1 month ago

Closed by way of PR #42.