Last active
January 26, 2020 12:08
-
-
Save wisnukurniawan/9940768a0130ada2d9bef3f8b132a9a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val features = (applicationContext as?Launcher.Provider)?.launcher?.features | |
// This is equals to above | |
// val features = arrayListOf<FeatureLaunchable>( | |
// OrderFlightFeature(), | |
// OrderHotelFeature(), | |
// OrderTrainFeature(), | |
// TransactionFeature(), | |
// SettingFeature() | |
// ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment