Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Wallet
sentinel-android
Commits
3d1401b0
Verified
Commit
3d1401b0
authored
Aug 30, 2020
by
Sarath
⚔
Browse files
Indefinite loader during startup
parent
d39eb36d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
app/src/main/java/com/samourai/sentinel/MainActivity2.java
app/src/main/java/com/samourai/sentinel/MainActivity2.java
+3
-1
No files found.
app/src/main/java/com/samourai/sentinel/MainActivity2.java
View file @
3d1401b0
...
...
@@ -226,7 +226,9 @@ public class MainActivity2 extends Activity {
});
disposables
.
add
(
disposable
);
}
else
{
Intent
intent
=
new
Intent
(
MainActivity2
.
this
,
BalanceActivity
.
class
);
startActivity
(
intent
);
finish
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment