Commit 99077176 authored by Thomas's avatar Thomas
Browse files

Fix issue - Non clickable messages in threads

parent f49fdfa2
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -910,8 +910,9 @@ public class Helper {
            ft = fragmentManager.beginTransaction();
            ft.add(containerViewId, fragment, tag);
            if (backStackName != null) {
                ft = fragmentManager.beginTransaction();
                try {
                    ft.addToBackStack(backStackName);
                }catch (Exception ignored){}
            }
            if (!fragmentManager.isDestroyed()) {
                ft.commit();