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

This commit is contained in:
Amith Yamasani
2012-05-24 09:42:29 -07:00
committed by android code review

View File

@@ -136,6 +136,7 @@ public class UserManager {
}
}
updateUserIds();
fis.close();
} catch (IOException ioe) {
fallbackToSingleUser();
} catch (XmlPullParserException pe) {