MM-16463 Fix replying from push notification to a message in a thread (#2927)

This commit is contained in:
Elias Nahum
2019-06-26 04:59:07 -04:00
committed by Saturnino Abril
parent 02f97002d0
commit c121f66526
5 changed files with 8 additions and 29 deletions

View File

@@ -60,7 +60,6 @@ import android.util.Log;
public class MainApplication extends NavigationApplication implements INotificationsApplication, INotificationsDrawerApplication {
public NotificationsLifecycleFacade notificationsLifecycleFacade;
public Boolean sharedExtensionIsOpened = false;
public Boolean replyFromPushNotification = false;
public long APP_START_TIME;