refactor: use _getContactsChannelsFS() instead of ifdefs

This commit is contained in:
taco
2025-09-06 14:15:40 +10:00
والد accd1e0a97
کامیت 3d83556829
2فایلهای تغییر یافته به همراه23 افزوده شده و 66 حذف شده
@@ -48,4 +48,7 @@ public:
bool removeFile(FILESYSTEM* fs, const char* filename);
uint32_t getStorageUsedKb() const;
uint32_t getStorageTotalKb() const;
private:
FILESYSTEM* _getContactsChannelsFS() const { if (_fsExtra) return _fsExtra; return _fs;};
};