Revert "/sdcard: do not bind mount twice"

This reverts commit 36cb2ad28e.
This commit is contained in:
Konsta
2022-01-13 13:11:51 +02:00
parent 438a85efcf
commit bfdf3719cc
+1 -1
View File
@@ -1604,7 +1604,7 @@ bool TWPartition::Mount(bool Display_Error) {
if (Removable)
Update_Size(Display_Error);
if (!Symlink_Mount_Point.empty() && Symlink_Mount_Point != "/sdcard") {
if (!Symlink_Mount_Point.empty()) {
if (!Bind_Mount(false))
return false;
}