Skip to content

Commit

Permalink
correct toolbar colour for testnet (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2049r authored Apr 2, 2018
1 parent da8c8f8 commit df2ff8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.m2049r.xmrwallet"
minSdkVersion 21
targetSdkVersion 25
versionCode 84
versionName "1.4.4 'Monero Spedner'"
versionCode 85
versionName "1.4.5 'Monero Spedner'"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/java/com/m2049r/xmrwallet/WalletActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ public void onButton(int type) {
}
});

showNet();

Fragment walletFragment = new WalletFragment();
getSupportFragmentManager().beginTransaction()
.add(R.id.fragment_container, walletFragment, WalletFragment.class.getName()).commit();
Expand Down

0 comments on commit df2ff8b

Please sign in to comment.