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

Commit d4cb08df authored by Amith Yamasani's avatar Amith Yamasani Committed by android code review
Browse files

Merge "FileInputStream is not closed in "UserManager.java : readUserList()""

parents 55536138 5cc510bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -136,6 +136,7 @@ public class UserManager {
                }
            }
            updateUserIds();
            fis.close();
        } catch (IOException ioe) {
            fallbackToSingleUser();
        } catch (XmlPullParserException pe) {