[NUI] Fix NUIWatchApplication OnPause (#843)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 21 May 2019 05:32:44 +0000 (14:32 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 21 May 2019 05:32:44 +0000 (14:32 +0900)
* [NUI] Fix NUI version

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] Fix NUI WatchApplication OnPause

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
packaging/version.txt
src/Tizen.NUI.Wearable/src/public/NUIWatchApplication.cs

index f7703f531bfb1ba3767ec6305fe352f26921d33b..fd105be09454b10d00578b72b9d4ec32b943b3ac 100755 (executable)
@@ -6,4 +6,4 @@ RPM_VERSION=6.0.0.999
 NUGET_VERSION=6.0.0.99999
 
 # RPM Version Suffix
-RPM_VERSION_SUFFIX=nui505
+RPM_VERSION_SUFFIX=nui550
index 7ec0967e976b38ae8b9e6224387531543d7b49be..ad696ef997d377fb325d7aabe9a808152a36ac8a 100755 (executable)
@@ -227,7 +227,7 @@ namespace Tizen.NUI
         /// <summary>
         /// Overrides this method if want to handle behavior.
         /// </summary>
-        protected void OnPause()
+        protected virtual void OnPause()
         {
             Log.Debug("NUI", "OnPause() is called!");
             Paused?.Invoke(this, EventArgs.Empty);