[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 f7703f5..fd105be 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 7ec0967..ad696ef 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);