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

Commit c2d77a5b authored by Tony Wickham's avatar Tony Wickham Committed by Android Git Automerger
Browse files

am fb062c63: Close some Cursors and call super.onFinishInflate().

* commit 'fb062c63':
  Close some Cursors and call super.onFinishInflate().
parents 9ccb94b6 fb062c63
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ public class PageIndicatorMarker extends FrameLayout {
    }

    protected void onFinishInflate() {
        super.onFinishInflate();
        mActiveMarker = (ImageView) findViewById(R.id.active);
        mInactiveMarker = (ImageView) findViewById(R.id.inactive);
    }
+2 −2
Original line number Diff line number Diff line
@@ -632,9 +632,9 @@ public class MigrateFromRestoreTask {
               mEntryToRemove.add(entry.id);
               continue;
           }

           entries.add(entry);
       }
       c.close();
       return entries;
    }

@@ -655,7 +655,7 @@ public class MigrateFromRestoreTask {
                mEntryToRemove.add(c.getLong(0));
            }
        }

        c.close();
        return total;
    }