diff options
| author | Marco Jacob <mjacob@union06.de> | 2012-12-13 13:06:53 -0800 |
|---|---|---|
| committer | Marco Jacob <mjacob@union06.de> | 2012-12-13 13:06:53 -0800 |
| commit | 6d1311301b9dbacd19ba892a708ce54d5f0457be (patch) | |
| tree | f9a4c818b11facffb46f5f1ac4b272c0d0fff85b /main/src/cgeo/geocaching/files/SimpleDirChooser.java | |
| parent | 09bb5cba38dff109c589b04d85619e02ec9c39c3 (diff) | |
| parent | 3bad957779eeb91914ce83db152cbbc20de0dd88 (diff) | |
| download | cgeo-6d1311301b9dbacd19ba892a708ce54d5f0457be.zip cgeo-6d1311301b9dbacd19ba892a708ce54d5f0457be.tar.gz cgeo-6d1311301b9dbacd19ba892a708ce54d5f0457be.tar.bz2 | |
Merge pull request #2256 from marco-jacob/simpleDirChooserReleaseFix
fix #2208 - notifyDataSetChanged instead only one view
Diffstat (limited to 'main/src/cgeo/geocaching/files/SimpleDirChooser.java')
| -rw-r--r-- | main/src/cgeo/geocaching/files/SimpleDirChooser.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/files/SimpleDirChooser.java b/main/src/cgeo/geocaching/files/SimpleDirChooser.java index 1a4753a..346780d 100644 --- a/main/src/cgeo/geocaching/files/SimpleDirChooser.java +++ b/main/src/cgeo/geocaching/files/SimpleDirChooser.java @@ -196,7 +196,7 @@ public class SimpleDirChooser extends ListActivity { okButton.setEnabled(false); okButton.setVisibility(View.INVISIBLE); } - arg0.refreshDrawableState(); + adapter.notifyDataSetChanged(); } } |
