Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7be55308 authored by Mohit Mali's avatar Mohit Mali
Browse files

removing log and closing cursor

parent ec692e9b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -559,9 +559,8 @@ public class InstalledAppDetails extends AppInfoBase
                    if (retrieveStatus(getActivity())!=null){
                        ContentValues values = new ContentValues();
                        values.put("installStatus","false");
                      int status =  getContentResolver().update(Uri.parse("content://foundation.e.apps.micro.status/cte"), values,  "id=?",
                      getContentResolver().update(Uri.parse("content://foundation.e.apps.micro.status/cte"), values,  "id=?",
                                new String[]{"1"});
                        android.util.Log.e(TAG, "onActivityResult: status code: "+status );
                    }
                }
                getActivity().invalidateOptionsMenu();
@@ -592,6 +591,7 @@ public class InstalledAppDetails extends AppInfoBase
                android.util.Log.e("TAG", "retrieveStatus: " + c.getString(c.getColumnIndex("installStatus")));
            } while (c.moveToNext());
        }
        c.close();
        return status;
    }