mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
revert #5493 - show android mountpoint on system stats
This commit is contained in:
committed by
Frans de Jonge
parent
a96114d14a
commit
5fb03475c5
@@ -24,8 +24,6 @@ function SystemStat:init()
|
||||
self.storage_filter = "' /mnt/us$'"
|
||||
elseif Device:isSDL() then
|
||||
self.storage_filter = "/dev/sd"
|
||||
elseif Device:isAndroid() then
|
||||
self.storage_filter = Device.external_storage()
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user