copypaste: Do not show popup when entry is not in the viewport.
authorSubodhKumar <s7158.kumar@samsung.com>
Mon, 26 Dec 2016 06:28:51 +0000 (11:58 +0530)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:12 +0000 (14:37 +0900)
Change-Id: I7fd61159dc669520bd090a16b8a8738ddc0adeab

src/modules/copypasteUI_ctxpopup/copypaste.c

index 28b3ad54e4ce5f1d69e65223f38da6fb7ffad3cb..316462242b03b8069f31c2b7cb71dd8e3e7cc479 100644 (file)
@@ -363,9 +363,7 @@ _in_viewport_check()
                {
                   return EINA_TRUE;
                }
-             return EINA_FALSE;
           }
-        return EINA_TRUE;
      }
    else
      {
@@ -389,9 +387,7 @@ _in_viewport_check()
                {
                   return EINA_TRUE;
                }
-             return EINA_FALSE;
           }
-        return EINA_TRUE;
      }
    return EINA_FALSE;
 }