Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eddaed6d authored by Pedlar's avatar Pedlar
Browse files

Removed Catch error, as it is uneccesary, and causes log spam on devices with no flash

parent 95d67cf1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@ public class FlashlightButton extends PowerButton {
            fis.close();
            return (result != '0');
        } catch (Exception e) {
            Log.e(TAG, "getFlashlightEnabled failed", e);
            return false;
        }
    }