add Suppress for deprecated method used in older version of android

This commit is contained in:
Bella Mangunsong 2018-02-15 15:10:02 +11:00
parent 979c510e4a
commit 051e03b573

View File

@ -73,6 +73,7 @@ class OnMapAndViewReadyListener(
}
// We use the new method when supported
@Suppress("DEPRECATION")
@SuppressLint("NewApi") // We check which build version we are using.
override fun onGlobalLayout() {
// Remove our listener.