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

Commit dc0fc382 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't finish People Tile configuration activity on pause" into sc-dev

parents ef1e1dfb 45de5ef2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -184,10 +184,4 @@ public class PeopleSpaceActivity extends Activity {
        // Refresh tile views to sync new conversations.
        buildActivity();
    }

    @Override
    protected void onPause() {
        super.onPause();
        finish();
    }
}