flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
598 stars 40 forks source link

Fix insertSubviewWithoutTouchingLayer() #324

Closed rikner closed 3 years ago

rikner commented 3 years ago

Type of change: Bug fix

Motivation (current vs expected behavior)

Addresses a bug, where a views layer was mistakenly removed from the superlayer.

Please check if the PR fulfills these requirements

codecov[bot] commented 3 years ago

Codecov Report

Merging #324 (e8c6d69) into master (3a88ac5) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #324      +/-   ##
==========================================
+ Coverage   51.15%   51.22%   +0.06%     
==========================================
  Files          87       87              
  Lines        2895     2899       +4     
==========================================
+ Hits         1481     1485       +4     
  Misses       1414     1414              
Impacted Files Coverage Δ
Sources/UIView.swift 90.57% <100.00%> (+0.20%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3a88ac5...e8c6d69. Read the comment docs.