From 5fb03475c56c66e82bcfe95f68320c1eb1f633ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= Date: Mon, 25 Nov 2019 19:44:37 +0100 Subject: [PATCH] revert #5493 - show android mountpoint on system stats --- plugins/systemstat.koplugin/main.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/systemstat.koplugin/main.lua b/plugins/systemstat.koplugin/main.lua index ddacc9416..e60e20c54 100644 --- a/plugins/systemstat.koplugin/main.lua +++ b/plugins/systemstat.koplugin/main.lua @@ -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