We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705de49 commit 918b2acCopy full SHA for 918b2ac
1 file changed
floatingx/src/main/java/com/petterp/floatingx/assist/helper/BasisHelper.kt
@@ -413,8 +413,8 @@ open class BasisHelper {
413
*/
414
@Deprecated("此方法的调用需要确保页面固定不变,暂时不建议使用,后续会考虑更新逻辑")
415
fun setSaveDirectionImpl(iFxConfigStorage: IFxConfigStorage): T {
416
-// this.enableSaveDirection = true
417
-// this.iFxConfigStorage = iFxConfigStorage
+ this.enableSaveDirection = true
+ this.iFxConfigStorage = iFxConfigStorage
418
return this as T
419
}
420
0 commit comments