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

Commit d2f4d60e authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

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

* commit 'd4cb08df':
  FileInputStream is not closed in "UserManager.java : readUserList()"
parents f75b6052 d4cb08df
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) {