Page MenuHomePhabricator

[native] Move onPress and onLayout methods in MultimediaMessageMultimedia to functional component
ClosedPublic

Authored by angelika on Wed, Dec 11, 12:14 PM.
Tags
None
Referenced Files
F3508499: D14132.id46351.diff
Fri, Dec 20, 10:31 PM
F3506115: D14132.id46426.diff
Fri, Dec 20, 3:38 PM
F3505920: D14132.id46490.diff
Fri, Dec 20, 3:01 PM
F3505884: D14132.id46351.diff
Fri, Dec 20, 2:56 PM
F3505568: D14132.id46489.diff
Fri, Dec 20, 1:53 PM
F3504715: D14132.id46426.diff
Fri, Dec 20, 10:15 AM
Unknown Object (File)
Fri, Dec 20, 5:55 AM
Unknown Object (File)
Thu, Dec 19, 6:55 AM
Subscribers
None

Details

Summary

Move onPress and onLayout methods to functional component as a part of MultimediaMessageMultimedia migration to a functional component. Empty onLayout looks weird but in the history I can see it was introduced to fix some Android measure bug and I believe it so I'm leaving it as it was.

Depends on D14131

Test Plan

Open up a multimedia message and see if it behaves correctly.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

angelika held this revision as a draft.
This revision is now accepted and ready to land.Wed, Dec 11, 8:03 PM

Rebase and address feedback