You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dynamic-support/src/main/java/com/pranavpandey/android/dynamic/support/setting/base/DynamicSpinnerPreference.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2018-2022 Pranav Pandey
2
+
* Copyright 2018-2024 Pranav Pandey
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -260,9 +260,9 @@ public void setPopupType(@DynamicPopup.Type int popupType) {
260
260
}
261
261
262
262
/**
263
-
* Returns the default value of this preference.
263
+
* Returns the value of this preference.
264
264
*
265
-
* @return The default value of this preference.
265
+
* @return The value of this preference.
266
266
*/
267
267
public@NullableStringgetPreferenceValue() {
268
268
if (getPreferenceKey() == null || getValues() == null) {
Copy file name to clipboardExpand all lines: dynamic-support/src/main/java/com/pranavpandey/android/dynamic/support/setting/theme/DynamicNightThemePreference.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2018-2022 Pranav Pandey
2
+
* Copyright 2018-2024 Pranav Pandey
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -36,12 +36,12 @@
36
36
* A {@link DynamicThemePreference} to display the night theme settings.
37
37
* <p>It will automatically set the theme type to night.
0 commit comments