Commit 4af9d83 1 parent ab866fe commit 4af9d83 Copy full SHA for 4af9d83
File tree 2 files changed +4
-3
lines changed
java/io/neurolab/activities
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class MemoryGraphParent extends AppCompatActivity {
17
17
18
18
private String filePath ;
19
19
public static final String MEMORY_GRAPH_FLAG = "Memory" ;
20
- private static Fragment defaultProgram = MemoryGraphFragment .newInstance ();
20
+ private static Fragment defaultProgram = MemoryGraphFragment .newInstance ();
21
21
22
22
@ Override
23
23
protected void onCreate (Bundle savedInstanceState ) {
@@ -50,7 +50,7 @@ protected void onCreate(Bundle savedInstanceState) {
50
50
selectedFragment .setArguments (bundle );
51
51
FragmentTransaction transaction = getSupportFragmentManager ().beginTransaction ();
52
52
transaction .replace (R .id .frame_layout , selectedFragment );
53
- defaultProgram = selectedFragment ;
53
+ defaultProgram = selectedFragment ;
54
54
transaction .commit ();
55
55
return true ;
56
56
});
@@ -70,7 +70,7 @@ public boolean onSupportNavigateUp(){
70
70
public void onBackPressed () {
71
71
super .onBackPressed ();
72
72
StatisticsFragment .parsedData = null ;
73
- defaultProgram = MemoryGraphFragment .newInstance ();
73
+ defaultProgram = MemoryGraphFragment .newInstance ();
74
74
}
75
75
76
76
public void setActionBarTitle (String title ) {
Original file line number Diff line number Diff line change 12
12
android : layout_height =" match_parent" >
13
13
14
14
<include layout =" @layout/stat_items" />
15
+
15
16
</ScrollView >
16
17
17
18
</android .support.constraint.ConstraintLayout>
You can’t perform that action at this time.
0 commit comments