Added support for imperial units
This commit is contained in:
@@ -134,7 +134,7 @@ public class MainActivity extends AppCompatActivity implements Refreshable {
|
||||
|
||||
FragmentManager fragment = getSupportFragmentManager();
|
||||
DialogFragment helpPopupFragment = new HelpPopup();
|
||||
helpPopupFragment.show(fragment, "YEET");
|
||||
helpPopupFragment.show(fragment, "");
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user