mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Deprecate method UIManagerModule.playTouchSound()
Summary: The method UIManagerModule.playTouchSound() is deprecated, please use SoundManager.playTouchSound() instead. Reviewed By: JoshuaGross Differential Revision: D16543436 fbshipit-source-id: 4b391dd1a0af16567ea5574ddfa33484ca488b90
This commit is contained in:
committed by
Facebook Github Bot
parent
1452acdfff
commit
e3ec8dbe15
@@ -692,7 +692,9 @@ public class UIManagerModule extends ReactContextBaseJavaModule
|
||||
mUIImplementation.dispatchViewManagerCommand(reactTag, commandId, commandArgs);
|
||||
}
|
||||
|
||||
/** @deprecated use {@link SoundManager#playTouchSound()} instead. */
|
||||
@ReactMethod
|
||||
@Deprecated
|
||||
public void playTouchSound() {
|
||||
AudioManager audioManager =
|
||||
(AudioManager) getReactApplicationContext().getSystemService(Context.AUDIO_SERVICE);
|
||||
|
||||
Reference in New Issue
Block a user