Skip to content

Commit b26c043

Browse files
committed
Add missing annotation
1 parent 2c9754e commit b26c043

File tree

1 file changed

+3
-2
lines changed
  • dynamic-support/src/main/java/com/pranavpandey/android/dynamic/support

1 file changed

+3
-2
lines changed

dynamic-support/src/main/java/com/pranavpandey/android/dynamic/support/Defaults.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2022 Pranav Pandey
2+
* Copyright 2018-2024 Pranav Pandey
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -225,8 +225,9 @@ public class Defaults {
225225
* to the theme background to provide the best visibility.
226226
* <p>{@code true} to make widgets background aware.
227227
*
228-
* @deprecated
228+
* @deprecated Use {@link #getBackgroundAware()} for updated compatibility.
229229
*/
230+
@Deprecated
230231
public static final boolean ADS_BACKGROUND_AWARE = true;
231232

232233
/**

0 commit comments

Comments
 (0)