Hans-Christoph Steiner c3b47ecd5a fix lint warning: CommitPrefEdits: use apply() instead of commit()
"Consider using apply() instead; commit writes its data to persistent
storage immediately, whereas apply will handle it in the background"

commit() is only useful if the code actually checks the return value.
2016-03-31 10:16:39 +02:00
..