remove blank line

This commit is contained in:
IndusAryan 2024-01-22 20:40:42 +05:30
parent 2729d60460
commit a703793729

View file

@ -324,8 +324,7 @@ class MainActivity : AppCompatActivity(), ColorPickerDialogListener {
val reloadLibraryEvent = Event<Boolean>() val reloadLibraryEvent = Event<Boolean>()
/** For battery optimisation **/ /** For battery optimisation **/
private var isAppOptimised : Boolean by UserPreferenceDelegate("iAppOptimised", false) private var isAppOptimised : Boolean by UserPreferenceDelegate("isAppOptimised", false)
/** /**
* @return true if the str has launched an app task (be it successful or not) * @return true if the str has launched an app task (be it successful or not)