Italian translation updated

This commit is contained in:
2021-05-21 19:52:36 +02:00
parent 2f3a33b1b8
commit 9b33f13f66
2 changed files with 365 additions and 264 deletions

View File

@ -194,7 +194,7 @@ public class Actions
Method[] methods = wifiManager.getClass().getDeclaredMethods();
for(Method method : methods)
{
// Miscellaneous.logEvent("i", "WifiAp", "Trying to find appropriate method... " + method.getName());
Miscellaneous.logEvent("i", "WifiAp", "Trying to find appropriate method... " + method.getName(), 5);
if(method.getName().equals("setWifiApEnabled"))
{
try