Revision a11ce94a

View differences:

src/info/guardianproject/checkey/AppListFragment.java
180 180
            switch (item.getItemId()) {
181 181
                case R.id.virustotal:
182 182
                    virustotal(appEntry, intent);
183
                    return true;
183
                    break;
184 184
                case R.id.by_apk_hash:
185 185
                    byApkHash(appEntry, intent);
186
                    return true;
186
                    break;
187 187
                case R.id.by_package_name:
188 188
                    byPackageName(appEntry, intent);
189
                    return true;
189
                    break;
190 190
                case R.id.by_signing_certificate:
191 191
                    bySigningCertificate(appEntry, intent);
192
                    return true;
192
                    break;
193 193

  
194 194
                default:
195 195
                    return false;
196 196
            }
197
            mode.finish();
198
            return true;
197 199
        }
198 200

  
199 201
        // Called when the user exits the action mode

Also available in: Unified diff