0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00
Anki-Android/api
Viktoriia Sidorova 5c5b11e0ea
[Cleanup]: Fix Android Studio Warnings #13282 (#16040)
* deleted empty string
* removed redundant qualifier name
* fixed warning "Variable is same as 'searchText' and can be inlined"
* removed redundant ‘constructor’ keyword
* removed unnecessary parentheses in function call with lambda
* removed explicit type arguments
* fixed foldable if-then
* replaced java methods with kotlin analog
* moved lambda argument out of parentheses
* replaced negated 'isEmpty' with 'isNotEmpty'
* replaced subsequent checks with 'isNullOrEmpty()' call
* used import statement for max function in Scheduler.kt
* used import statement for ceil function in Scheduler.kt
* reformatted code
2024-04-01 14:43:10 -05:00
..
src [Cleanup]: Fix Android Studio Warnings #13282 (#16040) 2024-04-01 14:43:10 -05:00
.gitignore Create API for easier integration with 3rd party apps 2015-09-11 05:08:18 +09:00
build.gradle.kts Migrate version catalog (#15966) 2024-03-27 00:53:28 +00:00
COPYING.LESSER Create API for easier integration with 3rd party apps 2015-09-11 05:08:18 +09:00