Cherish: applock: early return in setChecked if backing field has the same value

Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
jhonboy121
2022-10-04 18:14:44 +05:30
committed by Hưng Phan
parent 9c831df1e0
commit 9a2b851b32
4 changed files with 5 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.cherish.settings.fragment
package com.cherish.settings.fragments
import androidx.preference.Preference
@@ -31,4 +31,4 @@ abstract class CherishDashboardFragment: DashboardFragment() {
companion object {
const val REQUEST_KEY = "CherishDashboardFragment#RequestKey"
}
}
}