commit | d9de5fb7c2c9123635b41e20cb4a72289284b48e | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri Jul 16 08:51:34 2010 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri Jul 16 08:51:34 2010 -0700 |
tree | 6e27cc0ff0509400bc39fcaa5bdf9d21cf7eb23d | |
parent | 322a4b1697b524af7084995d913f3e4106b6ff82 [diff] |
Fix NPE when opening very large changes If a change has so many files that the PatchTable is drawn incrementally with a progress meter, the table inside of it isn't available to receive events until the rendering is done. Delay adding handlers or registering navigation keys until then. Change-Id: I76adf0f8a44ac1df6dd83f0ac4add5de6ead7cfd Signed-off-by: Shawn O. Pearce <sop@google.com>