Skip to content

Commit 918b2ac

Browse files
committed
feat:打开文件保存逻辑
1 parent 705de49 commit 918b2ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • floatingx/src/main/java/com/petterp/floatingx/assist/helper

floatingx/src/main/java/com/petterp/floatingx/assist/helper/BasisHelper.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ open class BasisHelper {
413413
*/
414414
@Deprecated("此方法的调用需要确保页面固定不变,暂时不建议使用,后续会考虑更新逻辑")
415415
fun setSaveDirectionImpl(iFxConfigStorage: IFxConfigStorage): T {
416-
// this.enableSaveDirection = true
417-
// this.iFxConfigStorage = iFxConfigStorage
416+
this.enableSaveDirection = true
417+
this.iFxConfigStorage = iFxConfigStorage
418418
return this as T
419419
}
420420

0 commit comments

Comments
 (0)