]> hydra-www.ietfng.org Git - android-vcpass-oisafe/commit
Fix bug where item gets created twice when user hits "save" since the
authorisaac.jones <isaac.jones@72b678ce-9140-0410-bee8-679b907dd61a>
Sun, 18 Jan 2009 01:01:39 +0000 (01:01 +0000)
committerisaac.jones <isaac.jones@72b678ce-9140-0410-bee8-679b907dd61a>
Sun, 18 Jan 2009 01:01:39 +0000 (01:01 +0000)
commit57c3952fdf7949b27e73006acb2a59258d2d9213
treecd48d13aaa07d6f397237a60cf234dbdec69fea8
parent61dfabcac0a3e0fdfceda42a6c4e76187a05ff46
Fix bug where item gets created twice when user hits "save" since the
item is saved during onPause as well as saved. Repaired by setting the
row id when adding the password for the first time since this prevents
the 2nd time around from adding it again.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1759 72b678ce-9140-0410-bee8-679b907dd61a
src/org/openintents/safe/PassEdit.java