1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Move @Suppress("DEPRECATION") closer to the deprecated usage. Will help to detect other deprecated API usage.

This commit is contained in:
Benoit Marty
2022-08-24 17:38:00 +02:00
committed by Benoit Marty
parent 24e4f94e61
commit 536b9cf926
9 changed files with 11 additions and 12 deletions

View File

@@ -92,7 +92,6 @@ private fun useMediaStoreScreenshotStorage(
}
}
@Suppress("DEPRECATION")
private fun usePublicExternalScreenshotStorage(
contentValues: ContentValues,
contentResolver: ContentResolver,